We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19674f6 commit 094cf0fCopy full SHA for 094cf0f
.github/workflows/publish-to-pypi.yaml
@@ -33,10 +33,12 @@ jobs:
33
password: ${{ secrets.PYPI_TEST_API_TOKEN }}
34
repository_url: https://test.pypi.org/legacy/
35
packages_dir: dist_manylinux/
36
+ skip_existing: true
37
# deploy to actual PyPI only when a tag is pushed to main
38
- name: Publish distribution to PyPI
39
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
40
uses: pypa/gh-action-pypi-publish@master
41
with:
42
password: ${{ secrets.PYPI_API_TOKEN }}
43
44
0 commit comments