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
View File
@@ -88,6 +88,7 @@ jobs:
path: dist
- uses: pypa/[email protected]
continue-on-error: true # might fail if we don't bump the version
with:
user: __token__
password: ${{ secrets.test_pypi_password }}