Skip to content

Commit

Permalink
CI: Suit actions/setup-python@v4 new changing (#581)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeroto521 committed Jun 15, 2022
1 parent 68e04e3 commit f80e5c6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
fetch-depth: 0 # Fetch all history for all tags and branches

- uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Install Dependencies
run: python -m pip install --upgrade build twine
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/versioneer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Update versioneer
run: python -m pip install --upgrade pip versioneer
Expand Down

0 comments on commit f80e5c6

Please sign in to comment.