Skip to content

Commit

Permalink
build wheels too
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 30, 2024
1 parent 7761932 commit d625b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
./petsird_analysis test.h5
- uses: casperdcl/deploy-pypi@v2
with:
build: -s python -o dist
build: python -o dist
upload: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d625b3d

Please sign in to comment.