Skip to content

Commit 68e5202

Browse files
committed
Update config
1 parent 1a21e23 commit 68e5202

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/make_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ jobs:
6060
upload_pypi:
6161
needs: [build_wheels, build_sdist]
6262
runs-on: ubuntu-latest
63-
environment: pypi
63+
environment: release
6464
permissions:
6565
id-token: write
6666
# if: github.event_name == 'release' && github.event.action == 'published'
6767
steps:
6868
- uses: actions/download-artifact@v4
6969
with:
70+
# unpacks all CIBW artifacts into dist/
7071
pattern: cibw-*
7172
path: dist
7273
merge-multiple: true

0 commit comments

Comments
 (0)