- Add changes to the changelog and
- update the version number in setup.py so people can track the development of the package.
workon esienv
First, test your code to see if everything is working fine.
test_local.bat
Commit your changes.
git commit -m "commit message"
py -m build --wheel
twine check dist/*
Run the batch file to test your local package:
test_build.bat
twine upload dist/*
test_build2.bat