Skip to content

Commit

Permalink
Use broader file mask for linux wheel testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ods committed Sep 2, 2021
1 parent 04d76b7 commit 3178f95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ jobs:
python: [3.6, 3.7, 3.8.5, 3.9]
include:
- python: 3.6
aiokafka_whl: dist/aiokafka-*-cp36-cp36m-manylinux1_x86_64.whl
aiokafka_whl: dist/aiokafka-*-cp36-cp36m-manylinux*_x86_64.whl
- python: 3.7
aiokafka_whl: dist/aiokafka-*-cp37-cp37m-manylinux1_x86_64.whl
aiokafka_whl: dist/aiokafka-*-cp37-cp37m-manylinux*_x86_64.whl
- python: 3.8.5
aiokafka_whl: dist/aiokafka-*-cp38-cp38-manylinux1_x86_64.whl
aiokafka_whl: dist/aiokafka-*-cp38-cp38-manylinux*_x86_64.whl
- python: 3.9
aiokafka_whl: dist/aiokafka-*-cp39-cp39-manylinux1_x86_64.whl
aiokafka_whl: dist/aiokafka-*-cp39-cp39-manylinux*_x86_64.whl

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 3178f95

Please sign in to comment.