Skip to content

Commit

Permalink
Upgrade python
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgef committed Feb 17, 2024
1 parent f9b7a6e commit f9c1f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
node-version: 16

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "2.7"
python-version: '3.10'

- name: Setup msvc
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit f9c1f72

Please sign in to comment.