-
Notifications
You must be signed in to change notification settings - Fork 2
Development
Tomy Hsieh edited this page Apr 9, 2023
·
5 revisions
- Bump version in
__init__.py
- Manually dispatch test releases in GitHub Actions
- Testing with instructions below
- Publish release on GitHub to trigger stable release
- Setup and activate a new virtual environment
python -m venv env
source env/bin/activate
- Download the test release on TestPyPI
Add extra-index-url
so we can install other dependencies from standard PyPI
--extra-index-url https://pypi.org/simple/