Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix it
  • Loading branch information
Susannah Klaneček committed Nov 22, 2020
commit c8daf4b11e8706556b840db6f79946c3beb031c4
1 change: 0 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ EOF
pip install twine

mkdir dist
cp build-py2/dist/* dist/
cp build-py37/dist/* dist/
cp build-py38/dist/* dist/

Expand Down
2 changes: 1 addition & 1 deletion wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ deploy:
- script:
name: deploy to pypi
code: |
cp build-py2/deploy.sh .
cp build-py37/deploy.sh .
sh deploy.sh