Skip to content

Commit

Permalink
Add matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 21, 2024
1 parent 4c7350d commit ce4d71f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ["3.8", "3.9", "3.10", "3.11"]
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit ce4d71f

Please sign in to comment.