Created
January 5, 2022 10:30
-
-
Save megahomyak/aa9665f187eff7d48f56a90b6030401c to your computer and use it in GitHub Desktop.
Small batch script for myself to automate some of the pypi's repetitive package uploading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python setup.py sdist | |
twine upload dist/* | |
rmdir dist /s /q |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment