We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4d3ea commit bd51a9bCopy full SHA for bd51a9b
1 file changed
.github/workflows/release.yml
@@ -133,13 +133,7 @@ jobs:
133
id-token: write
134
steps:
135
- 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
+ - uses: ./.github/actions/refetch-artifacts
143
144
- name: Publish to PyPI
145
if: needs.setup.outputs.publish_env=='pypi'
@@ -149,7 +143,4 @@ jobs:
149
if: needs.setup.outputs.publish_env=='testpypi'
150
uses: pypa/gh-action-pypi-publish@release/v1
151
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!
0 commit comments