There was an error while loading. Please reload this page.
1 parent 8c73084 commit 902ea37Copy full SHA for 902ea37
1 file changed
.github/workflows/build_wppm_prod_publish.yml
@@ -76,6 +76,7 @@ jobs:
76
name: Upload to PyPI (prod)
77
needs: [build_wheels]
78
runs-on: ubuntu-24.04
79
+ environment: pypi # must match the environment declared in the PyPI trusted publisher
80
permissions:
81
# This permission is required for pypi's "trusted publisher" feature
82
id-token: write
@@ -88,6 +89,5 @@ jobs:
88
89
90
- uses: pypa/gh-action-pypi-publish@release/v1
91
with:
- password: ${{ secrets.PYPI_API_TOKEN }}
92
skip-existing: true
93
verbose: true # Enable verbose output
0 commit comments