Skip to content

Commit

Permalink
remove any preexisting dist: only one version built
Browse files Browse the repository at this point in the history
  • Loading branch information
awickert committed Jun 26, 2021
1 parent 7f57c8a commit 95c80d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions topypi-test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/env sh

rm -r dist
python3 setup.py sdist bdist_wheel
twine upload -r testpypi dist/*
1 change: 1 addition & 0 deletions topypi.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/env sh

rm -r dist
python3 setup.py sdist bdist_wheel
twine upload dist/*

0 comments on commit 95c80d8

Please sign in to comment.