Skip to content

Commit 803e4a0

Browse files
committed
chore(ci): Publish - fix matrix
1 parent fa91de6 commit 803e4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ jobs:
168168
python-version: ["3.9", "3.10", "3.11", "fallback"]
169169
os-version: [windows-2019, macos-11]
170170
include:
171-
- os: windows-2019
171+
- os-version: windows-2019
172172
package_target_arch: x64
173173
package_target_platform: win32
174174
package_target_libc: unknown
175175
tar_executable: tar
176-
- os: macos-11
176+
- os-version: macos-11
177177
package_target_arch: x64
178178
package_target_platform: darwin
179179
package_target_libc: unknown

0 commit comments

Comments
 (0)