Skip to content

Commit c8daf4b

Browse files
author
Susannah Klaneček
committed
Fix it
1 parent 93b7f69 commit c8daf4b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deploy.sh

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ EOF
1414
pip install twine
1515

1616
mkdir dist
17-
cp build-py2/dist/* dist/
1817
cp build-py37/dist/* dist/
1918
cp build-py38/dist/* dist/
2019

wercker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ deploy:
6464
- script:
6565
name: deploy to pypi
6666
code: |
67-
cp build-py2/deploy.sh .
67+
cp build-py37/deploy.sh .
6868
sh deploy.sh

0 commit comments

Comments
 (0)