Skip to content

Commit

Permalink
added deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 18, 2023
1 parent 5bc81b4 commit d84f45b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bin/deploy.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/usr/bin/env bash

cat << EOF > /root/.pypirc
[distutils]
index-servers=pypi
[pypi]
username=${PYPI_USERNAME}
password=${PYPI_PASSWORD}
EOF

python setup.py sdist
twine upload dist/*

0 comments on commit d84f45b

Please sign in to comment.