Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Adjust build command
Browse files Browse the repository at this point in the history
  • Loading branch information
Nihisil committed Aug 8, 2023
1 parent 558035f commit a45b761
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ check: format lint tests

build-package:
rm -rf build dist mahjong.egg-info
python3 setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel

build-and-release: build-package
twine upload dist/*
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ dlint==0.12.0

# to release on pypi
wheel==0.41.1
twine==4.0.2

0 comments on commit a45b761

Please sign in to comment.