Skip to content

Commit

Permalink
remove uv sync and add uv.lock to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Feb 11, 2025
1 parent b257780 commit 90d19fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
- uses: actions/setup-python@v5
- name: Build wheel distribution
run: |
uv sync --all-packages
uv build --wheel
- name: Upload wheel for other jobs
uses: actions/upload-artifact@v4
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ __pycache__/
/.vscode/
/build
/venv
uv.lock

0 comments on commit 90d19fd

Please sign in to comment.