◐ Shell
reader mode source ↗
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
4 changes: 2 additions & 2 deletions .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v5

- uses: actions/setup-python@v6
with:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
mingw-w64-x86_64-python-pip
mingw-w64-x86_64-python-wheel

- uses: actions/checkout@v5

- name: Install pybind11
# This is required because --no-build-isolation disable dependences
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Build SDist
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5

- name: Build SDist
run: pipx run build --sdist
Expand All @@ -42,7 +42,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest, macos-15-intel]

steps:
- uses: actions/checkout@v5

- uses: pypa/cibuildwheel@v3.3
env:
Expand Down
Toggle all file notes Toggle all file annotations