Skip to content

Commit

Permalink
fix makefile to allow building packages with current python version
Browse files Browse the repository at this point in the history
It all breaks all the time, it's just like that.
  • Loading branch information
Byron committed Oct 20, 2023
1 parent 2057ae6 commit 3d3e957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ release:: clean

force_release:: clean
git push --tags
python3 setup.py sdist bdist_wheel
python3 -m build --sdist --wheel
twine upload dist/*

doc::
Expand Down

0 comments on commit 3d3e957

Please sign in to comment.