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.
1 parent 74833ba commit 41c56e1Copy full SHA for 41c56e1
.github/workflows/pypi_release.yaml
@@ -9,6 +9,8 @@ jobs:
9
build-n-publish:
10
name: Build and publish Python 🐍 distributions 📦 to PyPI
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ id-token: write
14
steps:
15
- uses: actions/checkout@master
16
- name: Set up Python 3.10
@@ -28,7 +30,5 @@ jobs:
28
30
- name: Build a binary wheel
29
31
run: >-
32
python setup.py sdist bdist_wheel
- - name: Publish distribution 📦 to PyPI
- uses: pypa/gh-action-pypi-publish@master
33
- with:
34
- password: ${{ secrets.PYPI_API_TOKEN }}
+ - name: Publish package distributions to PyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments