Skip to content

Commit

Permalink
Merge branch 'main' into manzt/uv
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Oct 18, 2024
2 parents 2a1b71b + 44b95e6 commit e27c18a
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 @@ -14,7 +14,7 @@ jobs:
Release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v3
Expand All @@ -28,7 +28,7 @@ jobs:
with:
password: ${{ secrets.TWINE_API_KEY }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16.x

Expand Down

0 comments on commit e27c18a

Please sign in to comment.