Skip to content

Keith-Hon/python-package-template-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-package-template

install build tools

pip install twine build

build for distribution

python -m build

create .pypirc for private repo

upload to repo

twine upload -r private ./dist/* --config-file ./.pypirc

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages