We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci
1 parent bd8a2e0 commit 86164f3Copy full SHA for 86164f3
.github/workflows/default.yml
@@ -59,5 +59,6 @@ jobs:
59
with:
60
user: __token__
61
password: ${{ secrets.PYPI_TOKEN }}
62
+ skip-existing: true
63
packages_dir: dist/
64
.github/workflows/linux.yml
@@ -40,9 +40,8 @@ jobs:
40
41
- name: Publish to PyPI
42
uses: pypa/gh-action-pypi-publish@v1.5.0
43
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
44
45
46
47
packages_dir: wheelhouse
48
-
0 commit comments