mirror of https://github.com/KLayout/klayout.git
Don't error when upload to PyPi-test fails
This commit is contained in:
parent
d45a402708
commit
130f4d7040
|
|
@ -88,6 +88,7 @@ jobs:
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- uses: pypa/gh-action-pypi-publish@v1.4.2
|
- uses: pypa/gh-action-pypi-publish@v1.4.2
|
||||||
|
continue-on-error: true # might fail if we don't bump the version
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.test_pypi_password }}
|
password: ${{ secrets.test_pypi_password }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue