Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • Emilie Schario

Emilie Schario (she/her)

@emilie
User ID: 2295562
Member since May 11, 2018
Columbus, GA
3:28 PM
emilieschario.com
  • Overview
  • Activity
  • Groups
  • Contributed projects
  • Personal projects
  • Starred projects
  • Snippets
  • Followers 1
  • Following 2
There was an error loading users activity calendar. Retry
  1. emilie
  2. README.md

Emilie

pip install emilie & emilie

How to Bump Version

Update version in setup.py file.

python3 -m pip install --user --upgrade setuptools wheel
python3 setup.py sdist bdist_wheel
ls dist/

This creates the two distributions needed.

How to Release

Practice first:

python3 -m pip install --user --upgrade twine
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*

Once you see it on test pypi, you can do it on the real one with

python3 -m twine upload dist/*

Activity

View all

Personal projects

View all

Most Recent Activity