-
Notifications
You must be signed in to change notification settings - Fork 83
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
, changeversion
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.