Skip to content

Commit

Permalink
Use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika authored Jan 30, 2025
1 parent f3557ef commit a55fab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Releasing
git push --tags
# update on PyPI (must be a maintainer)
rm -fr build dist *.egg-info
python -m build
python3 -m build
twine upload dist/*
```

Expand Down

0 comments on commit a55fab7

Please sign in to comment.