Skip to content

Commit

Permalink
Fix deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-urbanczyk committed Aug 28, 2018
1 parent c8c65f1 commit 180e50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ before_deploy:
- call conda_build.bat

deploy_script:
- anaconda -v -t %ANACONDA_TOKEN% upload --force --user cadquery cadquery-*.tar.bz2
- anaconda -v -t %ANACONDA_TOKEN% upload --force --user cadquery ./win-64/cadquery-*.tar.bz2

0 comments on commit 180e50c

Please sign in to comment.