Skip to content

Commit

Permalink
Merge pull request #383 from FAIRmat-NFDI/git-reset-in-publish-workflow
Browse files Browse the repository at this point in the history
Git reset in publish workflow
  • Loading branch information
lukaspie authored Jul 17, 2024
2 parents ccc823d + fb1b19b commit e1fdf22
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 e1fdf22

Please sign in to comment.