mirror of https://github.com/KLayout/klayout.git
switch to real pypi
This commit is contained in:
parent
2b693ec39b
commit
c9071dffac
|
|
@ -90,7 +90,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
# Test PyPI
|
# Test PyPI
|
||||||
password: ${{ secrets.test_pypi_password }}
|
# password: ${{ secrets.test_pypi_password }}
|
||||||
repository_url: https://test.pypi.org/legacy/
|
# repository_url: https://test.pypi.org/legacy/
|
||||||
# Uncomment for Real Pypi
|
# Uncomment for Real Pypi
|
||||||
# password: ${{ secrets.pypi_password }}
|
password: ${{ secrets.pypi_password }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue