mirror of
https://github.com/venthur/blag.git
synced 2025-11-25 12:42:41 +00:00
11 lines
120 B
Bash
Executable File
11 lines
120 B
Bash
Executable File
#!/bin/bash
|
|
|
|
|
|
REPO="gitea"
|
|
|
|
|
|
|
|
python3 -m pip install --upgrade twine
|
|
|
|
|
|
python3 -m twine upload --repository $REPO dist/* |