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 b30b6ab commit d54133bCopy full SHA for d54133b
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
36
upload_release_assets:
37
name: Upload Release Assets
38
- needs: [build_dist_files, build_wheels]
+ needs: [build_dist_files]
39
# run eventhough job in need is skipped
40
if: always() && !failure() && !cancelled() && startsWith(github.ref, 'refs/tags')
41
runs-on: ubuntu-latest
@@ -56,7 +56,7 @@ jobs:
56
57
pypi_publish:
58
name: PyPI Publish
59
60
61
permissions:
62
id-token: write # this permission is mandatory for trusted publishing
0 commit comments