Skip to content

Commit

Permalink
fix(CI): publish workflow to work with py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
almostintuitive committed Feb 29, 2024
1 parent 172c6fa commit ea2061b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup-python
uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: 3.x

- name: install-dependencies
run: |
Expand Down

0 comments on commit ea2061b

Please sign in to comment.