mirror of
https://github.com/elliotnunn/machfs.git
synced 2024-11-03 03:04:25 +00:00
6 lines
78 B
Bash
Executable File
6 lines
78 B
Bash
Executable File
#!/bin/sh
|
|
|
|
rm -rf dist
|
|
python3 setup.py sdist bdist_wheel
|
|
twine upload dist/*
|