This website requires JavaScript.
Explore
Help
Sign In
jjkiers
/
tzk
Watch
1
Star
0
Fork
0
You've already forked tzk
Code
Issues
Pull Requests
Releases
Activity
ec83de9978
tzk
/
publish.sh
8 lines
101 B
Bash
Raw
Normal View
History
Unescape
Escape
set up publish to pypi
2021-09-21 16:54:05 +00:00
#!/bin/bash
set
-e
rm -f dist/*
mkdir -p dist
python setup.py sdist bdist_wheel
don't upload to test pypi for the real publish >__<
2021-09-21 17:42:01 +00:00
twine upload dist/*
Reference in New Issue
Copy Permalink