| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -76,6 +76,7 @@ jobs: | |||
| 76 | 76 | name: Upload to PyPI (prod) | |
| 77 | 77 | needs: [build_wheels] | |
| 78 | 78 | runs-on: ubuntu-24.04 | |
| 79 | + environment: pypi # must match the environment declared in the PyPI trusted publisher | ||
| 79 | 80 | permissions: | |
| 80 | 81 | # This permission is required for pypi's "trusted publisher" feature | |
| 81 | 82 | id-token: write | |
@@ -88,6 +89,5 @@ jobs: | |||
| 88 | 89 | ||
| 89 | 90 | - uses: pypa/gh-action-pypi-publish@release/v1 | |
| 90 | 91 | with: | |
| 91 | - password: ${{ secrets.PYPI_API_TOKEN }} | ||
| 92 | 92 | skip-existing: true | |
| 93 | 93 | verbose: true # Enable verbose output | |
| Back | FazBrowse Home | New Git URL |
0 commit comments