Skip to content

avilay/utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils

Install depdencies

pip install build
pip install twine

Build Package

Change to the directory that contains the project.toml and setup.cfg files and then run the build package.

cd cprint
python -m build

Upload to PyPI

Change to the directory that contains the dist directory that was created as a result of running build and then run twine.

cd cprint
twine upload -u $PYPI_USER -p $PYPI_PASSWORD dist/*

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages