2024-09-09 13:52:48 +00:00
|
|
|
which uvx --skip-functions >/dev/null 2>/dev/null
|
|
|
|
if [ $status -eq 0 ]
|
|
|
|
function python-publish
|
2024-09-19 02:26:28 +00:00
|
|
|
uvx twine upload --verbose --config-file ~"/.pypirc" --username Steffo dist/*
|
2024-09-09 13:52:48 +00:00
|
|
|
end
|
|
|
|
end
|