Skip to content

Commit 055cb2a

Browse files
committed
FIX: No TestPyPI
1 parent aa50a99 commit 055cb2a

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/release.yml

-17
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,3 @@ jobs:
5454
with:
5555
user: __token__
5656
password: ${{ secrets.PYPI_API_TOKEN }}
57-
58-
# TestPyPI on push
59-
test_pypi:
60-
needs: package
61-
runs-on: ubuntu-latest
62-
if: github.event_name == 'push'
63-
steps:
64-
- uses: actions/download-artifact@v3
65-
with:
66-
name: dist
67-
path: dist
68-
- name: Publish to TestPyPI
69-
uses: pypa/gh-action-pypi-publish@release/v1
70-
with:
71-
user: __token__
72-
password: ${{ secrets.TESTPYPI_API_TOKEN }}
73-
repository_url: https://test.pypi.org/legacy/

0 commit comments

Comments
 (0)