We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a21e23 commit 68e5202Copy full SHA for 68e5202
1 file changed
.github/workflows/make_release.yml
@@ -60,13 +60,14 @@ jobs:
60
upload_pypi:
61
needs: [build_wheels, build_sdist]
62
runs-on: ubuntu-latest
63
- environment: pypi
+ environment: release
64
permissions:
65
id-token: write
66
# if: github.event_name == 'release' && github.event.action == 'published'
67
steps:
68
- uses: actions/download-artifact@v4
69
with:
70
+ # unpacks all CIBW artifacts into dist/
71
pattern: cibw-*
72
path: dist
73
merge-multiple: true
0 commit comments