Skip to content

Commit

Permalink
Allow publish on test pypi workflow to fail (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
rytilahti committed Nov 3, 2021
1 parent 9cda529 commit 5aaadaf
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 @@ -32,6 +32,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 5aaadaf

Please sign in to comment.