-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Set SETUPTOOLS_SCM_PRETEND_VERSION so we build the package with the correct version. * Update gh-action-pypi-publish to latest version * Update RELEASING with new instructions
- Loading branch information
1 parent
5068287
commit c778ee7
Showing
2 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Here are the steps on how to make a new release. | ||
|
||
1. Create a ``release-VERSION`` branch from ``upstream/master``. | ||
1. Create a ``release-VERSION`` branch from ``upstream/main``. | ||
2. Update ``CHANGELOG.rst``. | ||
3. Push a branch with the changes. | ||
4. Once all builds pass, run the ``deploy`` workflow manually. | ||
3. Push the branch to ``upstream``. | ||
4. Once all tests pass, start the ``deploy`` workflow manually. | ||
5. Merge the PR. |