1.3. Upgrading#
To upgrade an existing PyPackIT installation in your GitHub repository,
all you need to do is to replace the PyPackIT workflow files
in your repository with ones from a newer version of PyPackIT.
These can be found in the
.github/workflows
directory
of the PyPackIT template repository. Simply copy the files from the template repository
at a specific version tag or commit hash, and paste them into the same directory in your repository.
In the future, we will provide a more automated way to upgrade PyPackIT in your repository.