Skip to content

Commit

Permalink
Do not call setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole authored Nov 10, 2023
1 parent d9b7e85 commit 23a6d1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ environment:
VENV_TEST_DIR: "venv_test"

matrix:
# Python 3.11
- PYTHON_DIR: "C:\\Python311-x64"
# Python 3.12
- PYTHON_DIR: "C:\\Python312-x64"

branches:
only:
Expand Down Expand Up @@ -49,7 +49,7 @@ build_script:
- "pip freeze"

# Build
- "python setup.py bdist_wheel"
- "python -m build --no-isolation --wheel"
- ps: "ls dist"

# Leave build virtualenv
Expand Down

0 comments on commit 23a6d1a

Please sign in to comment.