Skip to content

Commit d434eed

Browse files
committed
fix wheels.yml
1 parent d415c0e commit d434eed

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
include:
2020
- os: ubuntu-latest
2121
- os: windows-latest
22-
- os: macos-14
22+
- os: macos-latest
2323
- os: macos-15
2424

2525
steps:
@@ -148,3 +148,4 @@ jobs:
148148
uses: pypa/gh-action-pypi-publish@release/v1
149149
with:
150150
packages-dir: dist
151+
skip-existing: true

0 commit comments

Comments
 (0)