Skip to content

Commit

Permalink
Deleted old bash deploy file (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Nov 21, 2020
1 parent af6d176 commit 41c3da4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,4 @@ jobs:
run: |
pip install cibuildwheel twine --upgrade;
python -m cibuildwheel --output-dir dist;
echo "$PYPI_PASSWORD"
python -m twine upload dist/* -u tommyod -p "$PYPI_PASSWORD" --skip-existing;
5 changes: 0 additions & 5 deletions deploy.sh

This file was deleted.

0 comments on commit 41c3da4

Please sign in to comment.