Skip to content

Commit

Permalink
Merge pull request #37 from synkd/run_build_in_setup_step
Browse files Browse the repository at this point in the history
Use build command instead of setup.py
  • Loading branch information
synkd committed Apr 4, 2024
2 parents de45afc + 874e46e commit 54c0c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
pip install -U pip
pip install .[setup]
python setup.py sdist bdist_wheel
python -m build
python -m twine check dist/*
- name: Build and publish
Expand Down

0 comments on commit 54c0c70

Please sign in to comment.