Skip to content

Commit

Permalink
Build with maven before wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 1, 2024
1 parent 40aef7b commit 5a836cb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ jobs:
run: pip install setuptools wheel twine

- name: Build...
run: pip wheel -w dist .
run: |
mvn clean verify -U
pip wheel -w dist .
- name: Upload to PyPI...
env:
Expand Down

0 comments on commit 5a836cb

Please sign in to comment.