Skip to content

Commit

Permalink
fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
Peddle committed Oct 26, 2023
1 parent 7fdb6aa commit 77aaba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
!#/bin/bash
#! /bin/bash
python3 setup.py sdist bdist_wheel
python3 -m twine upload dist/* --skip-existing
python3 -m twine upload dist/* --skip-existing -u $PYPI_USERNAME -p $PYPI_PASSWORD

0 comments on commit 77aaba3

Please sign in to comment.