We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b86d20 commit b651f39Copy full SHA for b651f39
1 file changed
.github/workflows/publish.yaml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
permissions:
11
- packages: write
+ id-token: write
12
contents: read
13
steps:
14
- uses: actions/checkout@v3
@@ -22,6 +22,3 @@ jobs:
22
run: python -m build
23
- name: Publish package
24
uses: pypa/gh-action-pypi-publish@release/v1
25
- with:
26
- user: __token__
27
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments