File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,7 @@ jobs:
133133 id-token : write
134134 steps :
135135 - uses : actions/checkout@v5
136-
137- # - uses: ./.github/actions/refetch-artifacts
138- - name : fetch wheel only
139- uses : actions/download-artifact@v4
140- with :
141- name : wheel
142- path : ./dist
136+ - uses : ./.github/actions/refetch-artifacts
143137
144138 - name : Publish to PyPI
145139 if : needs.setup.outputs.publish_env=='pypi'
@@ -149,7 +143,4 @@ jobs:
149143 if : needs.setup.outputs.publish_env=='testpypi'
150144 uses : pypa/gh-action-pypi-publish@release/v1
151145 with :
152- repository-url : https://test.pypi.org/legacy/
153- verbose : true
154- skip-existing : true
155- attestations : false
146+ repository-url : https://test.pypi.org/legacy/ # trailing slash matters!
You can’t perform that action at this time.
0 commit comments