Skip to content

Commit e6aea0b

Browse files
committed
remove test
1 parent c840626 commit e6aea0b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/publish.yml

-6
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@ jobs:
2424
- name: Build package
2525
run: python -m build
2626

27-
- name: Publish to Test PyPI
28-
env:
29-
TWINE_USERNAME: __token__
30-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
31-
run: |
32-
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
3327

3428
- name: Publish to PyPI
3529
env:

0 commit comments

Comments
 (0)