Skip to content

Commit

Permalink
Attempt to fix AppVeyor artifact paths
Browse files Browse the repository at this point in the history
  • Loading branch information
RedFantom committed May 8, 2018
1 parent 355e4cc commit da3a781
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ build: off
test_script:
- "%PYTHON%\\python.exe ci.py"
artifacts:
- path: "/dist/.*.whl"
- path: "/dist/*.whl"
deploy:
provider: GitHub
auth_token:
secure: QimY++/91urL/oMJL/q2zYFqc1C7747HguEaIbPQovtC3zG8CK+TiCmFOCXy1D6e
artifact: /dist\\*.whl/
artifact: "/dist/*.whl"
draft: false
prerelease: false
force_update: true
Expand Down

0 comments on commit da3a781

Please sign in to comment.