generated from Hazel/python-project
config_default_behaviour #1
11
release
11
release
@ -2,18 +2,9 @@
|
|||||||
|
|
||||||
# install build tools
|
# install build tools
|
||||||
pip install build
|
pip install build
|
||||||
pip install twine
|
|
||||||
pip install hatch
|
|
||||||
|
|
||||||
|
|
||||||
# increment version in pyproject.toml
|
|
||||||
hatch version micro
|
|
||||||
git add pycountry_wrapper/__about__.py
|
|
||||||
git commit -m "bump version"
|
|
||||||
git push
|
|
||||||
|
|
||||||
# build package
|
# build package
|
||||||
python3 -m build --wheel
|
python3 -m build
|
||||||
|
|
||||||
# upload to pypi
|
# upload to pypi
|
||||||
python3 -m twine upload dist/*
|
python3 -m twine upload dist/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user