Skip to content

Commit

Permalink
workflows: setup-python@v4 & py 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
chanshing committed Apr 19, 2023
1 parent ef66f85 commit acff25b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
javac src/actipy/*.java
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.x"

- name: Build source and wheel distributions
run: |
Expand Down

0 comments on commit acff25b

Please sign in to comment.