Skip to content

Commit

Permalink
build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Oct 6, 2024
1 parent 09b145e commit 11603e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and upload to PyPI
on:
schedule:
# trigger build every day at 4:30 UTC
- cron: '12 8 * * *'
- cron: '30 4 * * *'
push:
tags:
- '*'
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
# upload to PyPI on every tag starting with 'v'
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 11603e3

Please sign in to comment.