Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Dec 11, 2023
1 parent 5b6a153 commit da0b531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devel/pypi_howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Versions:
```
rm -f dist/*
python3 setup.py sdist
pip wheel -w dist . --no-deps
pip3 wheel -w dist . --no-deps #pip3 install wheel
```

# upload to pypi:
Expand Down

0 comments on commit da0b531

Please sign in to comment.