-
Notifications
You must be signed in to change notification settings - Fork 105
Publishing to PyPI
Joe Cheng edited this page Sep 27, 2022
·
2 revisions
- In CHANGELOG.md, change
[UNRELEASED]
to version number and date - In shiny/init.py, change
version
to new version number - On the Releases page, create a new release following the same tag and title convention as the previous releases.
- Once step 3 succeeds, the package will be on PyPI.
- Go to CHANGELOG.md and create a new [UNRELEASED] section.
- Go to shiny/init.py and add a
.9000
suffix to the version number.