We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a0980 commit 941a81aCopy full SHA for 941a81a
.github/workflows/pypi-publish.yml
@@ -26,7 +26,7 @@ jobs:
26
run: |
27
source .venv/bin/activate && python -m build
28
twine check dist/*
29
- twine upload dist/*
+ twine upload --skip-existing dist/*
30
env:
31
TWINE_USERNAME: __token__
32
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
cspell.json
@@ -68,6 +68,7 @@
68
"pylint",
69
"pypa",
70
"pypackages",
71
+ "PYPI",
72
"pypirc",
73
"pyproject",
74
"pytest",
0 commit comments