Releases¶
Preparing for your first release¶
- Go through
pyproject.toml
and update the relevant fields - In
tox.ini
, setcheck-release
as a default environment by adding it toenvlist
- In this file, uncomment badges and uncomment and update their URLs with the package name where applicable
- Create a repository secret named
PYPI_API_TOKEN
with the corresponding value
Publishing a new release¶
TBD.
Last update:
March 19, 2023