Closed treiher closed 2 years ago
CHANGELOG
main
git tag -a vX.Y.Z -m ""
make dist
rflx
git push --follow-tags
twine upload --repository-url https://test.pypi.org/legacy/ dist/RecordFlux-X.Y.Z.tar.gz
pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ RecordFlux
twine upload dist/RecordFlux-X.Y.Z.tar.gz
pip3 install RecordFlux
https://pypi.org/project/RecordFlux/0.7.0/
CHANGELOG
main
branchgit tag -a vX.Y.Z -m ""
make dist
rflx
are installedrflx
executablegit push --follow-tags
twine upload --repository-url https://test.pypi.org/legacy/ dist/RecordFlux-X.Y.Z.tar.gz
pip3 install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ RecordFlux
twine upload dist/RecordFlux-X.Y.Z.tar.gz
pip3 install RecordFlux