Skip to content

Commit

Permalink
Merge pull request #470 from jakob-keller/fix-release
Browse files Browse the repository at this point in the history
Fix update of uv.lock during release workflow
  • Loading branch information
jakob-keller authored Dec 22, 2024
2 parents c68551d + 4d06518 commit 628d731
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
uses: astral-sh/setup-uv@v5
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version-file: "pyproject.toml"
- id: cz
name: Create bump and changelog
uses: commitizen-tools/commitizen-action@0.23.0
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ target/
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
Expand Down
1 change: 0 additions & 1 deletion .python-version

This file was deleted.

0 comments on commit 628d731

Please sign in to comment.