File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 39
39
- name : Detect and tag new version
40
40
id : check-version
41
41
if : steps.check-parent-commit.outputs.sha
42
- uses : salsify/action-detect-and-tag-new-version@v2.0.3
42
+ uses : salsify/action-detect-and-tag-new-version@v2
43
43
with :
44
44
version-command : |
45
45
hatch version
86
86
steps :
87
87
- run : echo "Tag = ${{ needs.tag-and-build.outputs.tag }}"
88
88
89
+ - name : Download release artifacts
90
+ uses : actions/download-artifact@v4
91
+ with :
92
+ name : release-artifacts
93
+
89
94
- name : Publish package on PyPI
90
95
if : needs.tag-and-build.outputs.tag
91
96
uses : pypa/gh-action-pypi-publish@release/v1
94
99
if : " ! needs.tag-and-build.outputs.tag"
95
100
uses : pypa/gh-action-pypi-publish@release/v1
96
101
with :
97
- repository_url : https://test.pypi.org/legacy/
102
+ repository-url : https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments