Skip to content

Commit

Permalink
Allow failure to publish on test pypi (#1177)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Nov 3, 2021
1 parent 962c1e9 commit 506247e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Publish on test pypi
uses: pypa/gh-action-pypi-publish@master
continue-on-error: true
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
Expand Down

0 comments on commit 506247e

Please sign in to comment.