Skip to content

Commit

Permalink
Feature/new deploy script (#47)
Browse files Browse the repository at this point in the history
* version bump

* implemented

* using case insensitive headers

* new build script
  • Loading branch information
erik-dunteman authored Nov 29, 2023
1 parent e614c14 commit f21f811
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 f21f811

Please sign in to comment.