|
|
@ -31,6 +31,7 @@ install: |
|
|
|
python3 -m pip install -e .
|
|
|
|
python3 -m pip install -e .
|
|
|
|
|
|
|
|
|
|
|
|
release: clean |
|
|
|
release: clean |
|
|
|
|
|
|
|
python3 -m incremental.update pyhmy --patch --rc
|
|
|
|
python3 -m incremental.update pyhmy
|
|
|
|
python3 -m incremental.update pyhmy
|
|
|
|
python3 setup.py sdist bdist_wheel
|
|
|
|
python3 setup.py sdist bdist_wheel
|
|
|
|
twine upload dist/*
|
|
|
|
twine upload dist/*
|
|
|
@ -42,4 +43,4 @@ else |
|
|
|
python3 -m incremental.update pyhmy --dev
|
|
|
|
python3 -m incremental.update pyhmy --dev
|
|
|
|
endif |
|
|
|
endif |
|
|
|
python3 setup.py sdist bdist_wheel
|
|
|
|
python3 setup.py sdist bdist_wheel
|
|
|
|
ls -l dist
|
|
|
|
ls -l dist
|
|
|
|