Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c8daf4b

Browse filesBrowse files
author
Susannah Klaneček
committed
Fix it
1 parent 93b7f69 commit c8daf4b
Copy full SHA for c8daf4b

File tree

Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+1
-2
lines changed

‎deploy.sh

Copy file name to clipboardExpand all lines: deploy.sh
-1Lines changed: 0 additions & 1 deletion
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

Copy file name to clipboardExpand all lines: wercker.yml
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.