Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 586 Bytes

build_and_upload.md

File metadata and controls

42 lines (29 loc) · 586 Bytes

Built, test and upload routine

Update your package information

  1. Add changes to the changelog and
  2. update the version number in setup.py so people can track the development of the package.

activate your dev environment

workon laura

Build the package

py -m build --wheel

Check whether your builds are fine

twine check dist/*

Test your package locally

Run the batch file to test your local package:

test_build.bat

Upload the package to pypi

twine upload dist/*

Test the remote package

test_build2.bat