Skip to content

Instantly share code, notes, and snippets.

@megahomyak
Created January 5, 2022 10:30
Show Gist options
  • Save megahomyak/aa9665f187eff7d48f56a90b6030401c to your computer and use it in GitHub Desktop.
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
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