We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60da43 commit 90e5ab9Copy full SHA for 90e5ab9
1 file changed
.github/workflows/build.yml
@@ -60,9 +60,7 @@ jobs:
60
path: dist
61
- name: 📦 Publish to index
62
uses: pypa/gh-action-pypi-publish@release/v1
63
- continue-on-error: true
64
with:
65
- password: ${{ secrets.testpypi_password }}
66
repository_url: https://test.pypi.org/legacy/
67
68
publish-on-pypi:
@@ -78,5 +76,3 @@ jobs:
78
76
79
77
80
81
- with:
82
- password: ${{ secrets.pypi_password }}
0 commit comments