We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4659ff9 + f0a4652 commit dcb1a7cCopy full SHA for dcb1a7c
1 file changed
.github/workflows/python-publish.yml
@@ -7,6 +7,8 @@ on:
7
jobs:
8
deploy:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ id-token: write
12
steps:
13
- uses: actions/checkout@v2
14
- name: Set up Python
@@ -21,6 +23,3 @@ jobs:
21
23
run: python -m build
22
24
- name: Publish a Python distribution to PyPI
25
uses: pypa/gh-action-pypi-publish@release/v1
- with:
- user: __token__
26
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments