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 d3bfb28 commit 1042dd9Copy full SHA for 1042dd9
.github/workflows/python-publish.yml
@@ -14,9 +14,10 @@ on:
14
15
jobs:
16
deploy:
17
-
+ name: Upload release to PyPI
18
runs-on: ubuntu-latest
19
+ permissions:
20
+ id-token: write
21
steps:
22
- uses: actions/checkout@v3
23
- name: Set up Python
@@ -31,6 +32,3 @@ jobs:
31
32
run: python -m build
33
- name: Publish package
34
uses: pypa/gh-action-pypi-publish@release/v1
- with:
35
- user: __token__
36
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments