Skip to content

Commit

Permalink
update Windows Python version in deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jsb committed Feb 21, 2019
1 parent 430f1f9 commit daa4610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

revision=${1:-master}

for name in "deploy-sdist" "deploy-2.7-macos" "deploy-3.5-macos" "deploy-2.7-linux" "deploy-3.5-linux" "deploy-3.6-VS2017"
for name in "deploy-sdist" "deploy-2.7-macos" "deploy-3.5-macos" "deploy-2.7-linux" "deploy-3.5-linux" "deploy-3.7-VS2017"
do
wget "https://www.graphics.rwth-aachen.de:9000/OpenMesh/openmesh-python/-/jobs/artifacts/$revision/download?job=$name" -O "$name.zip"
unzip "$name.zip"
Expand Down

0 comments on commit daa4610

Please sign in to comment.