Skip to content

Commit

Permalink
Some small fixes to the release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Aug 28, 2024
1 parent b720026 commit a8658bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To release a new version of qtconsole you need to follow these steps:

* activate pyenv-with-latest-setuptools && python setup.py bdist_wheel

* twine check dist/*
* twine check --strict dist/*

* twine upload dist/*

Expand All @@ -26,6 +26,6 @@ To release a new version of qtconsole you need to follow these steps:

* git add and git commit with `Back to work`

* git push upstream master
* git push upstream main

* git push upstream --tags

0 comments on commit a8658bb

Please sign in to comment.