Skip to content

Instantly share code, notes, and snippets.

View CypherGuy's full-sized avatar

Kabir Ghai CypherGuy

View GitHub Profile
@arsho
arsho / update_pypi_package.md
Last active August 21, 2024 18:47
Update existing Python package in Pypi

Update PyPI package (Tested on 12/31/2023)

I updated my package autolike today using the following steps:

Update the project locally

  • Changed the version number in setup.py and modify package as necessary.

Test in development

Assuming you’re in the root of your project directory, then run:

pip install -e .

Created a build