Skip to content

Commit

Permalink
Script to upload to TestPyPI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackflighter committed Dec 10, 2018
1 parent 27246ea commit 799928e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions devel/pip-testupload.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

version=0.9.4

twine upload --repository-url https://test.pypi.org/legacy/ ../dist/donjon_painter-$version-py3-none-any.whl ../dist/donjon-painter-$version.tar.gz

0 comments on commit 799928e

Please sign in to comment.