Skip to content

Commit

Permalink
fix branch name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Jan 30, 2025
1 parent 51e583a commit f3f61fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@Master
- uses: actions/checkout@master
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
Expand Down

0 comments on commit f3f61fe

Please sign in to comment.