mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 20:37:48 +00:00
init
This commit is contained in:
9
scripts/publish.sh
Executable file
9
scripts/publish.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export TWINE_USERNAME=__token__
|
||||
export TWINE_PASSWORD=${PYPI_TOKEN}
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
pip install setuptools wheel twine
|
||||
python setup.py sdist bdist_wheel
|
||||
twine upload dist/*
|
||||
Reference in New Issue
Block a user