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.
continue-on-error
publish.yml
test-pypi
1 parent 4956dee commit 82effe8Copy full SHA for 82effe8
.github/workflows/publish.yml
@@ -34,6 +34,7 @@ jobs:
34
with:
35
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
36
repository-url: https://test.pypi.org/legacy/
37
+ continue-on-error: true
38
- name: Publish distribution 📦 to PyPI
39
if: startsWith(github.ref, 'refs/tags')
40
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments