Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.

Commit

Permalink
add missing release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
duggan committed Oct 5, 2015
1 parent 4471863 commit 149831d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

# PyPI configuration file for twine
cat > ~/.pypirc <<- EndOfMessage
[pypi]
repository = "https://${PYPI_SERVER}.python.org/pypi"
username = ${PYPI_USER}
password = ${PYPI_PASSWORD}
EndOfMessage

tox -e py27,release

0 comments on commit 149831d

Please sign in to comment.