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 a9e9579 commit 56cbf82Copy full SHA for 56cbf82
1 file changed
.github/workflows/pypi-package.yml
@@ -14,6 +14,7 @@ on:
14
15
permissions:
16
contents: read
17
+ id-token: write
18
19
jobs:
20
# Always build & lint package.
@@ -46,7 +47,6 @@ jobs:
46
47
- name: Upload package to Test PyPI
48
uses: pypa/gh-action-pypi-publish@release/v1
49
with:
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
50
repository-url: https://test.pypi.org/legacy/
51
52
# Upload to real PyPI on GitHub Releases.
@@ -66,5 +66,3 @@ jobs:
66
67
- name: Upload package to PyPI
68
69
- with:
70
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments