add publish script
This commit is contained in:
parent
8608d4e805
commit
014c7191cd
7
bin/publish-pypi.sh
Executable file
7
bin/publish-pypi.sh
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
# Publish the created package
|
||||||
|
set -euo pipefail
|
||||||
|
cd "$(dirname "$0")/.."
|
||||||
|
pip3 install --upgrade pip
|
||||||
|
pip3 install --upgrade poetry
|
||||||
|
poetry publish -u "$PYPI_USER" -p "$PYPI_PASS"
|
Loading…
Reference in New Issue
Block a user