Skip to content

Commit

Permalink
Fix #441. Update release process to use build to create wheel package
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Nov 11, 2021
1 parent 9fb40d4 commit 54f6ce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-process.rst
Expand Up @@ -2,6 +2,6 @@
2. Update CHANGELOG.md
3. Increment version number in ``rope/__init__.py``
4. Tag the release with the tag annotation containing the release information, e.g. ``git tag -s 0.21.0``
5. ``python3 setup.py sdist``
6. ``twine upload -s dist/rope-$VERSION.tar.gz*``
5. ``python3 -m build``
6. ``twine upload -s dist/rope-$VERSION.{tar.gz,whl}``
7. Publish to Discussions Announcement

0 comments on commit 54f6ce5

Please sign in to comment.