mirror of
https://github.com/elliotnunn/machfs.git
synced 2024-10-31 13:07:27 +00:00
6 lines
78 B
Bash
6 lines
78 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
rm -rf dist
|
||
|
python3 setup.py sdist bdist_wheel
|
||
|
twine upload dist/*
|