Skip to content

Commit

Permalink
new build script
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-dunteman committed Nov 28, 2023
1 parent 57968cc commit 20e86ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#! /bin/bash
python3 setup.py sdist bdist_wheel
pip3 install build
python3 -m build
python3 -m twine upload dist/* --skip-existing -u $PYPI_USERNAME -p $PYPI_PASSWORD

0 comments on commit 20e86ac

Please sign in to comment.