Skip to content

Commit d0c4130

Browse files
committed
Fix mac wheels pattern
1 parent b861a26 commit d0c4130

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,15 +122,15 @@ jobs:
122122
python: ["3.8", "3.9", "3.10", "3.11", "3.12"]
123123
include:
124124
- python: "3.8"
125-
aiokafka_whl: dist/aiokafka-*-cp38-cp38-macosx_10_9_x86_64.whl
125+
aiokafka_whl: dist/aiokafka-*-cp38-cp38-macosx_*_x86_64.whl
126126
- python: "3.9"
127-
aiokafka_whl: dist/aiokafka-*-cp39-cp39-macosx_10_9_x86_64.whl
127+
aiokafka_whl: dist/aiokafka-*-cp39-cp39-macosx_*_x86_64.whl
128128
- python: "3.10"
129-
aiokafka_whl: dist/aiokafka-*-cp310-cp310-macosx_10_9_x86_64.whl
129+
aiokafka_whl: dist/aiokafka-*-cp310-cp310-macosx_*_x86_64.whl
130130
- python: "3.11"
131-
aiokafka_whl: dist/aiokafka-*-cp311-cp311-macosx_10_9_x86_64.whl
131+
aiokafka_whl: dist/aiokafka-*-cp311-cp311-macosx_*_x86_64.whl
132132
- python: "3.12"
133-
aiokafka_whl: dist/aiokafka-*-cp312-cp312-macosx_10_9_x86_64.whl
133+
aiokafka_whl: dist/aiokafka-*-cp312-cp312-macosx_*_x86_64.whl
134134

135135
steps:
136136
- uses: actions/checkout@v2

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
0.11.0 (2024-06-29)
5+
0.11.0 (2024-06-30)
66
===================
77

88
New features:

0 commit comments

Comments
 (0)