We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bad27f2 commit 47efd41Copy full SHA for 47efd41
.github/workflows/main.yaml
@@ -42,13 +42,6 @@ jobs:
42
- name: Build package
43
run: >-
44
make build
45
- - name: Publish package to Test PyPI (always)
46
- uses: pypa/gh-action-pypi-publish@release/v1
47
- with:
48
- verbose: 'true'
49
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
50
- repository_url: https://test.pypi.org/legacy/
51
- skip_existing: true
52
- name: Publish package to PyPI (only if pushing a tag)
53
if: startsWith(github.ref, 'refs/tags')
54
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments