Skip to content

Commit

Permalink
use python build
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed Mar 30, 2024
1 parent a8f4215 commit ad87e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: uv pip install build "setuptools>=46.4.0" --python=${{ env.PRIMARY_PYTHON_VERSION }}

- name: Build package
run: python -m pip wheel --no-deps --wheel-dir dist .
run: python -m build

- name: Publish to PyPI
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit ad87e6f

Please sign in to comment.