Skip to main content

PBL6

Project description

CI Deployment

  1. Update setup.py with new version
  2. Update CHANGELOG.md with description of new version
  3. Create new tag with same version
git tag v0.4.1 -m "v0.4.1"
git push --tags
  1. 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/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pbl6packageg2-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distributions

pbl6packageg2-0.0.1-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

pbl6packageg2-0.0.1-py2.py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page