Skip to content

Commit 51adf51

Browse files
committed
ci: switch to trusted publishing
1 parent a306457 commit 51adf51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ jobs:
8181
path: dist
8282
- name: 📦 Publish to index
8383
uses: pypa/gh-action-pypi-publish@release/v1
84-
continue-on-error: true
8584
with:
86-
password: ${{ secrets.testpypi_password }}
8785
repository_url: https://test.pypi.org/legacy/
8886

8987
publish-on-pypi:
@@ -99,5 +97,3 @@ jobs:
9997
path: dist
10098
- name: 📦 Publish to index
10199
uses: pypa/gh-action-pypi-publish@release/v1
102-
with:
103-
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)