Skip to content

Commit

Permalink
Fix GH Action for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamzterz committed Feb 5, 2023
1 parent 80bec8e commit 6c55fbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: 3.10
python-version: '3.10'
- name: Install pypa/build
run: python -m pip install build --user
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit 6c55fbe

Please sign in to comment.