Skip to content

Commit

Permalink
Fix python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 21, 2024
1 parent bac0b69 commit dc044e0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
matrix:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install pypa/build
run: >-
python3 -m
Expand Down

0 comments on commit dc044e0

Please sign in to comment.