Skip to content

Commit

Permalink
upload_pypi fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmengel committed Jul 31, 2024
1 parent e9ccbc4 commit 6c30b91
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions upload_pypi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@


rm -rf build dist *.egg-info
python setup.py sdist bdist
twine upload dist/*
#python setup.py sdist bdist
python3 -m build
twine upload --verbose dist/*
rm -rf build dist *.egg-info

0 comments on commit 6c30b91

Please sign in to comment.