Skip to content

Commit

Permalink
Update Python version to 3.9 in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Peng1104 committed Oct 9, 2024
1 parent 37741ba commit 8c73e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.9'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- uses: actions/checkout@v4

- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 8c73e77

Please sign in to comment.