Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add automation for pypi
  • Loading branch information
un33k committed Sep 17, 2012
1 parent efe97bc commit 0b79082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pushpi.sh
@@ -1,3 +1,7 @@
#!/bin/bash

python setup.py register
python setup.py bdist_egg upload --identity="val Neekman" --sign --quiet
python setup.py bdist_wininst --target-version=2.7 register upload --identity="Val Neekman" --sign --quiet
python setup.py sdist upload --identity="Val Neekman" --sign

0 comments on commit 0b79082

Please sign in to comment.