Skip to content

Commit 89bc529

Browse files
Remove push to Test PyPI from GitHub "release" workflow.
1 parent c771283 commit 89bc529

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,6 @@ jobs:
3434
- name: Build Package
3535
run: hatch build
3636

37-
- name: Publish to Test PyPI
38-
env:
39-
TWINE_USERNAME: "__token__"
40-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
41-
run: twine upload --repository testpypi dist/*
42-
4337
- name: Publish to PyPI
4438
env:
4539
TWINE_USERNAME: "__token__"

0 commit comments

Comments
 (0)