zfs_autobackup/package
2020-01-20 00:25:58 +01:00

13 lines
243 B
Bash
Executable File

#!/bin/bash
rm -rf dist
python3 setup.py sdist bdist_wheel
python2 setup.py sdist bdist_wheel
gnome-keyring-daemon
source token
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
# python3 -m twine upload dist/*