We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa50a99 commit 055cb2aCopy full SHA for 055cb2a
.github/workflows/release.yml
@@ -54,20 +54,3 @@ jobs:
54
with:
55
user: __token__
56
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
71
- user: __token__
72
- password: ${{ secrets.TESTPYPI_API_TOKEN }}
73
- repository_url: https://test.pypi.org/legacy/
0 commit comments