Skip to content

Commit

Permalink
fix: deploying package uses py3.8 instead of py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bih committed Jan 4, 2024
1 parent a9a8c0e commit df4e16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@master
with:
python-version: 3.7
python-version: 3.8
- name: Build Python distribution
run: |
pip install wheel
Expand Down

0 comments on commit df4e16d

Please sign in to comment.