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.
2 parents 250fd58 + df44438 commit 6f73956Copy full SHA for 6f73956
1 file changed
.github/workflows/ci-release.yml
@@ -8,6 +8,9 @@ jobs:
8
if: "!github.event.release.prerelease"
9
name: Python Release Builder
10
runs-on: ubuntu-latest
11
+ environment: pypi
12
+ permissions:
13
+ id-token: write
14
steps:
15
- uses: actions/checkout@v4
16
- name: Set up Python
@@ -26,5 +29,3 @@ jobs:
26
29
build
27
30
- name: Publish to PyPI
28
31
uses: pypa/gh-action-pypi-publish@release/v1
- with:
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments