Skip to content

Commit d0ddbe2

Browse files
author
nextcaptcha
committed
pypi add
1 parent b81ffb4 commit d0ddbe2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish-to-pypi.yml

-6
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
--wheel
2626
--outdir dist/
2727
.
28-
- name: Publish to Test PyPI
29-
continue-on-error: true
30-
uses: pypa/gh-action-pypi-publish@release/v1
31-
with:
32-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
33-
repository_url: https://test.pypi.org/legacy/
3428
- name: Publish to PyPI
3529
if: startsWith(github.ref, 'refs/tags')
3630
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)