mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-07 19:51:32 +02:00
avoid building wheels for every commit
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user