We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796b1ea commit b576f7cCopy full SHA for b576f7c
appveyor.yml
@@ -27,8 +27,8 @@ test_script:
27
28
after_test:
29
- "%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"
+ - "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\epanet_python\\output"
+ - "%PYTHON%\\python.exe -m cibuildwheel --output-dir wheelhouse .\\epanet_python\\toolkit"
32
33
artifacts:
34
- path: "wheelhouse\\*.whl"
0 commit comments