Skip to content

Commit 0be6b33

Browse files
committed
updated
1 parent 4ccef80 commit 0be6b33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RELEASE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Commands for releasing on pypi.org (requires twine >= 1.8.0):
1616
```
1717
find -name "*~" -delete
1818
rm dist/*
19-
./venv/bin/python setup.py clean
20-
./venv/bin/python setup.py sdist
21-
./venv/bin/twine upload dist/*
19+
python3 setup.py clean
20+
python3 setup.py sdist
21+
twine upload dist/*
2222
```
2323

2424

0 commit comments

Comments
 (0)