Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed May 2, 2024
1 parent 0434403 commit 643e0a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Commands for releasing on pypi.org (requires twine >= 1.8.0):
```
find -name "*~" -delete
rm dist/*
./venv/bin/python setup.py clean
./venv/bin/python setup.py sdist
./venv/bin/twine upload dist/*
python3 setup.py clean
python3 setup.py sdist
twine upload dist/*
```


Expand Down

0 comments on commit 643e0a5

Please sign in to comment.