diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3ff9aa3b..880a34d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -122,15 +122,15 @@ jobs: python: ["3.8", "3.9", "3.10", "3.11", "3.12"] include: - python: "3.8" - aiokafka_whl: dist/aiokafka-*-cp38-cp38-macosx_10_9_x86_64.whl + aiokafka_whl: dist/aiokafka-*-cp38-cp38-macosx_*_x86_64.whl - python: "3.9" - aiokafka_whl: dist/aiokafka-*-cp39-cp39-macosx_10_9_x86_64.whl + aiokafka_whl: dist/aiokafka-*-cp39-cp39-macosx_*_x86_64.whl - python: "3.10" - aiokafka_whl: dist/aiokafka-*-cp310-cp310-macosx_10_9_x86_64.whl + aiokafka_whl: dist/aiokafka-*-cp310-cp310-macosx_*_x86_64.whl - python: "3.11" - aiokafka_whl: dist/aiokafka-*-cp311-cp311-macosx_10_9_x86_64.whl + aiokafka_whl: dist/aiokafka-*-cp311-cp311-macosx_*_x86_64.whl - python: "3.12" - aiokafka_whl: dist/aiokafka-*-cp312-cp312-macosx_10_9_x86_64.whl + aiokafka_whl: dist/aiokafka-*-cp312-cp312-macosx_*_x86_64.whl steps: - uses: actions/checkout@v2 diff --git a/CHANGES.rst b/CHANGES.rst index d3e769ca..f370a2e2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,7 +2,7 @@ Changelog ========= -0.11.0 (2024-06-29) +0.11.0 (2024-06-30) =================== New features: