Skip to content

Commit 24ff273

Browse files
committed
ci: switch to trusted publishing
1 parent 1673d33 commit 24ff273

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ jobs:
6161
- name: 📦 Publish to index
6262
uses: pypa/gh-action-pypi-publish@release/v1
6363
with:
64-
password: ${{ secrets.testpypi_password }}
6564
repository_url: https://test.pypi.org/legacy/
6665

6766
publish-on-pypi:
@@ -77,5 +76,3 @@ jobs:
7776
path: dist
7877
- name: 📦 Publish to index
7978
uses: pypa/gh-action-pypi-publish@release/v1
80-
with:
81-
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)