Skip to content

Commit

Permalink
Dont fail build on test pypi publish
Browse files Browse the repository at this point in the history
  • Loading branch information
farridav committed Mar 23, 2024
1 parent cde3216 commit 4135742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: Deploy to testpypi.org
run: |
poetry config repositories.test_pypi https://test.pypi.org/legacy/
poetry publish --build -r test_pypi --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }}
poetry publish --build -r test_pypi --username __token__ --password ${{ secrets.TEST_PYPI_TOKEN }} || true

0 comments on commit 4135742

Please sign in to comment.