Skip to content

Commit

Permalink
Cosmetic updates to release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
astrojuanlu committed Nov 21, 2021
1 parent b5299ed commit 2dcf530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/new_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ assignees: astrojuanlu
* [ ] Bump version **to X.Yb1** in:
- `README.md`
- `__init__.py`
* [ ] Check all the badges in `README` point to the appropriate git **branch** (replace `main` by new branch `sed -i 's/main/.../g' README.md`)
* [ ] Check that docs badges and URLs point to appropriate **tag** (replace `latest` by new tag, without sed!)
* [ ] Check all the badges in `README` point to the appropriate git **branch** (manually replace `main` by new branch)
* [ ] Check that docs badges and URLs point to appropriate **tag** (manually replace `latest` by new tag)
* [ ] `git commit -m 'Bump to next beta version'`
* [ ] Generate sdist and bdist_wheel with `python -m build`
* [ ] `twine upload dist/* --repository-url https://test.pypi.org/legacy/`
Expand Down

0 comments on commit 2dcf530

Please sign in to comment.