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

Commit 05847f5

Browse files
committed
update github action
1 parent 47217fd commit 05847f5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/test_n_pub.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
distribute:
6969
name: Distribution
7070
runs-on: ubuntu-latest
71+
permissions:
72+
id-token: write
7173
needs: tests
7274
if: startsWith(github.ref, 'refs/tags')
7375
steps:
@@ -102,5 +104,5 @@ jobs:
102104

103105
- name: Publish distribution 📦 to PyPI
104106
uses: pypa/gh-action-pypi-publish@release/v1
105-
with:
106-
password: ${{ secrets.PYPI_API_TOKEN }}
107+
# with:
108+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)