We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9fa67 commit 2a57e9dCopy full SHA for 2a57e9d
.github/workflows/wheel.yml
@@ -93,6 +93,9 @@ jobs:
93
needs: [make-wheels, make-sdist]
94
runs-on: ubuntu-latest
95
if: github.event_name == 'release' && github.event.action == 'published'
96
+ environment: release
97
+ permissions:
98
+ id-token: write
99
steps:
100
- name: Download all artifacts
101
uses: actions/download-artifact@v4
@@ -106,6 +109,3 @@ jobs:
106
109
107
110
- name: Upload
108
111
uses: pypa/gh-action-pypi-publish@v1.10.2
- with:
- user: ${{ secrets.PYPI_USERNAME }}
- password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments