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 41f39ce commit 066d8e3Copy full SHA for 066d8e3
.github/workflows/release-publish.yml
@@ -23,12 +23,6 @@ jobs:
23
run: >-
24
pip install -r requirements.txt &&
25
python setup.py sdist
26
-
27
- - name: Publish distribution 📦 to Test PyPI
28
- uses: pypa/gh-action-pypi-publish@master
29
- with:
30
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
31
- repository_url: https://test.pypi.org/legacy/
32
33
- name: Publish distribution 📦 to Test PyPI
34
if: startsWith(github.ref, 'refs/dev')
0 commit comments