Skip to content

Commit

Permalink
Try a patch
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole authored Nov 10, 2023
1 parent b794a7a commit 5346827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ build_script:
- "pip freeze"

# Build
# --no-isolation complains about oldest-supported-numpy not being installed
- "python -c \"text=open('pyproject.toml').read().replace('oldest-supported-','');open('pyproject.toml','w').write(text)\""
- "python -m build --no-isolation --wheel"
- ps: "ls dist"

Expand Down

0 comments on commit 5346827

Please sign in to comment.