Skip to content

gunhoon/packaging-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example Package

This is a simple example package.

How to build

Make sure you have the latest versions of PyPA's build installed:

python3 -m pip install --upgrade build

Build the package by running the following command:

python3 -m build

This command generate two files in the dist directory:

example_pkg_gunhoon-0.0.1-py3-none-any.whl
example_pkg_gunhoon-0.0.1.tar.gz

How to upload

Install twine to upload the distribution packages:

python3 -m pip install --upgrade twine

Run twine to upload all archives under dist directory:

python3 -m twine upload dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages