We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8857985 commit 6452351Copy full SHA for 6452351
.github/workflows/publish-to-pypi.yml
@@ -25,6 +25,7 @@ jobs:
25
--outdir dist/
26
.
27
- name: Publish to Test PyPI
28
+ continue-on-error: true
29
uses: pypa/gh-action-pypi-publish@release/v1
30
with:
31
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
0 commit comments