Skip to content

Commit

Permalink
Publish: See if Python 3.11 get rid of tomli install error
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Jun 6, 2023
1 parent 7a57326 commit def6f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v4
with:
python-version: 3.9
python-version: "3.11"

- name: Install build dependencies
run: python -m pip install pip build "twine>=3.3" -U
Expand Down

0 comments on commit def6f83

Please sign in to comment.