Skip to content

Commit eb3bf71

Browse files
committed
Remove TestPyPI, correct PyPI
1 parent 500bc2d commit eb3bf71

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,5 @@ jobs:
2828
run: >-
2929
python -m build .
3030
31-
- name: Publish package to TestPyPI
32-
uses: pypa/gh-action-pypi-publish@release/v1
33-
with:
34-
repository_url: https://test.pypi.org/legacy/
35-
3631
- name: Publish a Python distribution to PyPI
37-
if: startsWith(github.ref, 'refs/tags')
3832
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)