Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Oct 1, 2024
1 parent 5a836cb commit d4e66ae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,12 @@ jobs:
uses: actions/setup-python@v5

- name: Install build dependencies...
run: pip install setuptools wheel twine
run: pip install build twine

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

0 comments on commit d4e66ae

Please sign in to comment.