Don't error when upload to PyPi-test fails

This commit is contained in:
Matthias Koefferlein 2022-05-17 20:19:57 +02:00
parent d45a402708
commit 130f4d7040
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ jobs:
path: dist
- uses: pypa/gh-action-pypi-publish@v1.4.2
continue-on-error: true # might fail if we don't bump the version
with:
user: __token__
password: ${{ secrets.test_pypi_password }}