Skip to content

Commit

Permalink
Fixing project path
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltryby committed Feb 15, 2019
1 parent 796b1ea commit b576f7c
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 @@ -27,8 +27,8 @@ test_script:

after_test:
- "%PYTHON%\\python.exe -m pip install cibuildwheel==0.10.1"
- "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\swmm_python\\output"
- "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\swmm_python\\toolkit"
- "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\epanet_python\\output"
- "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\epanet_python\\toolkit"

artifacts:
- path: "wheelhouse\\*.whl"
Expand Down

0 comments on commit b576f7c

Please sign in to comment.