mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-29 17:30:09 +02:00
Don't error when upload to PyPi-test fails
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user