Skip to content

ashishpatel26/python-package-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pip publish template intended to be used by mirror-clone

python3 -m twine upload dist/*

To start, mirror-clone this repo

https://help.github.com/en/github/creating-cloning-and-archiving-repositories/duplicating-a-repository#mirroring-a-repository

Before publish, build use following cmd

python3 setup.py sdist bdist_wheel

To publish, use following cmd

python -m twine upload dist/*

For general instruction on PyPi pusblish, check the python official doc link below

https://packaging.python.org/tutorials/packaging-projects/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages