Skip to content

Commit 3c01cb6

Browse files
committed
ugh
1 parent 37c9dcd commit 3c01cb6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/publish-py.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,9 @@ jobs:
331331
strategy:
332332
matrix:
333333
platform:
334-
- runner: macos-13
335-
target: x86_64
334+
# can probably remove macos-13 support at some point
335+
# - runner: macos-13
336+
# target: x86_64
336337
- runner: macos-14
337338
target: aarch64
338339
steps:
@@ -379,7 +380,7 @@ jobs:
379380
release:
380381
name: Release
381382
runs-on: ubuntu-latest
382-
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
383+
# if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
383384
needs: [linux, musllinux, windows, macos, sdist]
384385
permissions:
385386
# Used to upload release artifacts (optional, keep as maturin default)

0 commit comments

Comments
 (0)