Skip to content

Commit

Permalink
Merge pull request #620 from ccordoba12/fixes-to-release-instructions
Browse files Browse the repository at this point in the history
Some small fixes to the release instructions
  • Loading branch information
ccordoba12 authored Aug 28, 2024
2 parents b720026 + a8658bb commit a72387f
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 a72387f

Please sign in to comment.