Skip to content

Commit

Permalink
updae env
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleychen committed Feb 24, 2025
1 parent 9f3f15b commit 0dffba8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.7
python-version: '3.13'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0dffba8

Please sign in to comment.