-
Notifications
You must be signed in to change notification settings - Fork 2
π Publish
Charles de Beauchesne edited this page Feb 17, 2022
·
2 revisions
Publish a new version is quite easy:
- Edit the
__version__variable incampbot.version.pywith the new version number - Commit the change directly on master
- Create a new release on github. Use the version number as release name!
That's all! π
A github action will be run on each release on github, check that release name is the same as the version number, and will build and push the package to PyPI.