avoid building wheels for every commit

This commit is contained in:
Joaquin Matres 2022-05-06 09:04:55 -07:00
parent c9071dffac
commit 8b51e809dd
1 changed files with 1 additions and 1 deletions

View File

@ -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: