This commit is contained in:
trevorhobenshield
2023-03-11 11:12:32 -08:00
parent 725bd2eb28
commit b35a6f5f34

5
setup.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/bash
# import shutil;import pathlib;[shutil.rmtree(p) for p in pathlib.Path().iterdir() if p.name in {'env', 'dist', 'twitter_api_client.egg-info'}];
python3 -m build
python3 -m twine upload dist/*