Skip to content

Commit

Permalink
Fix scripts/publish to work with setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Jun 10, 2021
1 parent bbe9022 commit 9b5d763
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/publish
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ fi

if [ "${BASH_SOURCE[0]}" = "${0}" ]; then
rm -rf dist
python setup.py sdist bdist_wheel
pip install build twine
python -m build --sdist --wheel
twine upload ${TEST_PYPI} dist/*
fi

0 comments on commit 9b5d763

Please sign in to comment.