Skip to content

Commit 86164f3

Browse files
committed
ci: upload fix
1 parent bd8a2e0 commit 86164f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yml

+1
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ jobs:
5959
with:
6060
user: __token__
6161
password: ${{ secrets.PYPI_TOKEN }}
62+
skip-existing: true
6263
packages_dir: dist/
6364

.github/workflows/linux.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ jobs:
4040
4141
- name: Publish to PyPI
4242
uses: pypa/gh-action-pypi-publish@v1.5.0
43-
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
4443
with:
4544
user: __token__
4645
password: ${{ secrets.PYPI_TOKEN }}
4746
packages_dir: wheelhouse
48-
47+
skip-existing: true

0 commit comments

Comments
 (0)