We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 204793b + 0914929 commit b111b79Copy full SHA for b111b79
.github/workflows/deploy.yml
@@ -63,6 +63,7 @@ jobs:
63
pip3 install setuptools wheel twine build
64
python -m build --sdist --outdir dist/
65
- name: Publish distribution to Test PyPI
66
+ continue-on-error: true
67
uses: pypa/[email protected] # Try to update version tag every release
68
with:
69
password: ${{ secrets.PYPI_TOKEN }}
0 commit comments