Skip to content

Commit

Permalink
Changes to use pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Dec 15, 2023
1 parent c638820 commit f43a843
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ environment:

install:
- cmd: "%PYTHON%\\python.exe -m pip install -U build pip setuptools twine wheel"
# Pywin32 appears to be necessary to ensure sys.platform is working correctly.
- cmd: "%PYTHON%\\python.exe -m pip install pywin32"
- cmd: "%PYTHON%\\python.exe %PYTHON%\\Scripts\\pywin32_postinstall.py -install"
- ps: If ($isWindows) { .\config\appveyor\install.ps1 }
- sh: config/appveyor/install.sh

Expand Down

0 comments on commit f43a843

Please sign in to comment.