Skip to content

Commit

Permalink
build: Update GH actions for the release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Nov 27, 2022
1 parent bd86a53 commit 8126c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Build and publish Python 🐍 distributions 📦 to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Install tox
run: python3 -m pip install --upgrade tox
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit 8126c08

Please sign in to comment.