mirror of https://github.com/KLayout/klayout.git
update build for manylinux and macos (#1077)
This commit is contained in:
parent
2b693ec39b
commit
35767344bd
|
|
@ -79,7 +79,7 @@ jobs:
|
||||||
needs: [build, make_sdist]
|
needs: [build, make_sdist]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# Uncomment for real PyPi
|
# Uncomment for real PyPi
|
||||||
# if: github.event_name == 'release' && github.event.action == 'published'
|
if: github.event_name == 'release' && github.event.action == 'published'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v2
|
- uses: actions/download-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
@ -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