Skip to content

Commit b651f39

Browse files
committed
Update deploy workflow
1 parent 7b86d20 commit b651f39

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
permissions:
11-
packages: write
11+
id-token: write
1212
contents: read
1313
steps:
1414
- uses: actions/checkout@v3
@@ -22,6 +22,3 @@ jobs:
2222
run: python -m build
2323
- name: Publish package
2424
uses: pypa/gh-action-pypi-publish@release/v1
25-
with:
26-
user: __token__
27-
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)