Skip to content

Commit

Permalink
add pr to test cibuildwheel workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Dec 9, 2024
1 parent 9c3817e commit a4247c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
tags:
- "*"
pull_request:

jobs:
build_wheels:
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit a4247c7

Please sign in to comment.