Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 464 Bytes

RELEASE-PROCESS-FOURSQUARE.md

File metadata and controls

18 lines (16 loc) · 464 Bytes

Publishing new versions of our internal fork

Building the wheel

python3.9 -m venv venv
source venv/bin/activate
python -m pip install -U pip
python -m pip install build
python -m build --wheel --outdir dist
deactivate

Publishing

source venv/bin/activate
python -m pip install twine

And then follow the steps described in this document.