mirror of https://github.com/KLayout/klayout.git
avoid building wheels for every commit
This commit is contained in:
parent
c9071dffac
commit
8b51e809dd
|
|
@ -79,7 +79,7 @@ jobs:
|
|||
needs: [build, make_sdist]
|
||||
runs-on: ubuntu-latest
|
||||
# Uncomment for real PyPi
|
||||
# if: github.event_name == 'release' && github.event.action == 'published'
|
||||
if: github.event_name == 'release' && github.event.action == 'published'
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue