mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2024-12-28 18:46:13 +00:00
565b205262
logs are located in the logs folder inside deemix config folder
8 lines
140 B
Bash
Executable file
8 lines
140 B
Bash
Executable file
#!/usr/bin/env bash
|
|
rm -rd build
|
|
rm -rd dist
|
|
bump
|
|
bump deemix/__init__.py
|
|
python3 setup.py sdist bdist_wheel
|
|
python3 -m twine upload dist/*
|