Skip to content

Commit b576f7c

Browse files
committed
Fixing project path
1 parent 796b1ea commit b576f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ test_script:
2727

2828
after_test:
2929
- "%PYTHON%\\python.exe -m pip install cibuildwheel==0.10.1"
30-
- "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\swmm_python\\output"
31-
- "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\swmm_python\\toolkit"
30+
- "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\epanet_python\\output"
31+
- "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\epanet_python\\toolkit"
3232

3333
artifacts:
3434
- path: "wheelhouse\\*.whl"

0 commit comments

Comments
 (0)