We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34426a7 commit 4be16cfCopy full SHA for 4be16cf
.github/workflows/release.yml
@@ -133,7 +133,13 @@ jobs:
133
id-token: write
134
steps:
135
- uses: actions/checkout@v5
136
- - uses: ./.github/actions/refetch-artifacts
+
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
143
144
- name: Publish to PyPI
145
if: needs.setup.outputs.publish_env=='pypi'
0 commit comments