diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 1825af3..40c1397 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -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: