Last updated:
0 purchases
pbl6packageg2 0.0.1
CI Deployment
Update setup.py with new version
Update CHANGELOG.md with description of new version
Create new tag with same version
git tag v0.4.1 -m "v0.4.1"
git push --tags
Create new release using GitHub Web Site. Github action will run automatically to deploy to PyPi.
Manual Deployment
pip install -r requirements-build.txt
python setup.py sdist bdist_wheel
twine check dist/*
# Publish
twine upload dist/*
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.