Skip to content

Commit

Permalink
Added twine*.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekuma committed Oct 30, 2020
1 parent d7697e6 commit 8093d6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions twine.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
twine upload dist/* -r pypi --skip-existing
2 changes: 2 additions & 0 deletions twine_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
twine upload dist/* -r testpypi --skip-existing

0 comments on commit 8093d6d

Please sign in to comment.