Skip to content

Commit

Permalink
Include the sdist using a proper regex
Browse files Browse the repository at this point in the history
  • Loading branch information
stevepiercy committed Sep 7, 2020
1 parent 18e8af1 commit 7e87371
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASING.txt
Expand Up @@ -58,9 +58,9 @@ Prepare new release branch

$TOX -e build

- Release the wheels to PyPI:
- Release the sdist and wheel to PyPI:

$VENV/bin/twine upload dist/deform-X.Y.Z-*
$VENV/bin/twine upload dist/deform-X.Y.Z*

- Upload a git tag for the release:

Expand Down

0 comments on commit 7e87371

Please sign in to comment.