Skip to content

Commit

Permalink
Windows Build
Browse files Browse the repository at this point in the history
  • Loading branch information
szczepanskiNicolas committed Oct 13, 2023
1 parent 7d3bb39 commit d95a329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# Ensure that a wheel builder finishes even if another fails
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [windows-2019]
#os: [ubuntu-20.04, windows-2019, macOS-11]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Linux tests

on: [push]
#on: [push]
#on:
# workflow_run:
# workflows: ["Build"]
Expand Down
2 changes: 1 addition & 1 deletion pypi/publish_pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
os.system("python3 -m twine upload --skip-existing *.whl")

print("Type 'enter' to delete the whell:")
input("rm -rf *.whl")
os.system("rm -rf *.whl")

0 comments on commit d95a329

Please sign in to comment.