Skip to content

Commit 0772acf

Browse files
committed
update workflow
1 parent ed8e0bb commit 0772acf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
deploy:
1313

1414
runs-on: ubuntu-latest
15+
permissions:
16+
id-token: write
1517

1618
steps:
1719
- name: Checkout
@@ -39,6 +41,4 @@ jobs:
3941
python -m build .
4042
4143
- name: Publish
42-
permissions:
43-
id-token: write
4444
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)