Skip to content

Commit 90e5ab9

Browse files
committed
ci: switch to trusted publishing
1 parent e60da43 commit 90e5ab9

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
@@ -60,9 +60,7 @@ jobs:
6060
path: dist
6161
- name: 📦 Publish to index
6262
uses: pypa/gh-action-pypi-publish@release/v1
63-
continue-on-error: true
6463
with:
65-
password: ${{ secrets.testpypi_password }}
6664
repository_url: https://test.pypi.org/legacy/
6765

6866
publish-on-pypi:
@@ -78,5 +76,3 @@ jobs:
7876
path: dist
7977
- name: 📦 Publish to index
8078
uses: pypa/gh-action-pypi-publish@release/v1
81-
with:
82-
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)