Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit d7d46e2

Browse files
committed
1 parent 418070a commit d7d46e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
publish:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
# this permission is mandatory for trusted publishing
13+
id-token: write
1114
steps:
1215
- uses: actions/checkout@v1
1316
- name: Set up Python
@@ -23,6 +26,3 @@ jobs:
2326
python setup.py sdist bdist_wheel
2427
- name: Publish to PyPI
2528
uses: pypa/gh-action-pypi-publish@release/v1
26-
with:
27-
user: __token__
28-
password: ${{ secrets.PYPI_TOKEN }}

0 commit comments

Comments
 (0)