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 c2e1adb commit c36bcddCopy full SHA for c36bcdd
.github/workflows/publish.yml
@@ -10,6 +10,10 @@ jobs:
10
deploy:
11
runs-on: ubuntu-latest
12
13
+ permissions:
14
+ # IMPORTANT: this permission is mandatory for trusted publishing
15
+ id-token: write
16
+
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Python
@@ -27,6 +31,3 @@ jobs:
27
31
- name: Publish distribution 📦 to PyPI
28
32
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
29
33
uses: pypa/gh-action-pypi-publish@release/v1
30
- with:
- user: __token__
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments