Skip to content

Commit

Permalink
update appveyor.yml to use pyproject.toml instead of setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Oct 6, 2022
1 parent 05e88d2 commit 3e45eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -18,7 +18,7 @@ environment:

install:
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install wheel build setuptools setuptools_scm"
- "%PYTHON%\\python.exe -m pip install pytest numpy pandas"

build: off
Expand All @@ -40,7 +40,7 @@ after_test:
# 64-bit Python 3.3/3.4. And you need to use %PYTHON% to get the correct
# interpreter
#- "build.cmd %PYTHON%\\python.exe setup.py bdist_wheel"
- "%PYTHON%\\python.exe setup.py sdist bdist_wheel"
- "%PYTHON%\\python.exe -m build -nswx ."

artifacts:
# bdist_wheel puts your built wheel in the dist directory
Expand Down

0 comments on commit 3e45eac

Please sign in to comment.