Skip to content

Commit

Permalink
Upgrade python to 3.9 in publish.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou authored Aug 31, 2024
1 parent 5351b90 commit 97a94a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- uses: actions/checkout@master
- name: Pull latest changes
run: git pull origin main
- name: Set up Python 3.8
- name: Set up Python 3.9
uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.9
- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@v2
with:
Expand Down

0 comments on commit 97a94a1

Please sign in to comment.