Skip to content

Commit

Permalink
Git reset in publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jul 17, 2024
1 parent ccc823d commit fb1b19b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
git reset --hard HEAD
uv pip install build
- name: Build package
run: python -m build
Expand Down

0 comments on commit fb1b19b

Please sign in to comment.