Skip to content

Commit 82effe8

Browse files
authored
ci: add continue-on-error to publish.yml for test-pypi (#10)
1 parent 4956dee commit 82effe8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
with:
3535
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
3636
repository-url: https://test.pypi.org/legacy/
37+
continue-on-error: true
3738
- name: Publish distribution 📦 to PyPI
3839
if: startsWith(github.ref, 'refs/tags')
3940
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)