mirror of
https://gitlab.com/RemixDev/deemix-py.git
synced 2025-01-06 15:16:08 +00:00
7 lines
116 B
Bash
7 lines
116 B
Bash
|
#!/usr/bin/env bash
|
||
|
rm -rd build
|
||
|
rm -rd dist
|
||
|
bump
|
||
|
python3 setup.py sdist bdist_wheel
|
||
|
python3 -m twine upload dist/*
|