We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c272aab + 14892f2 commit 521b636Copy full SHA for 521b636
1 file changed
.github/workflows/package.yml
@@ -20,6 +20,8 @@ jobs:
20
build:
21
runs-on: ubuntu-latest
22
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
23
+ permissions:
24
+ id-token: write
25
steps:
26
- name: '⏳ Checkout repository'
27
uses: actions/checkout@v6
@@ -57,5 +59,3 @@ jobs:
57
59
58
60
- name: '📦 Publish to PyPI'
61
uses: pypa/gh-action-pypi-publish@release/v1
- with:
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments