Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Bump uv to v0.4.3 #676

Merged
merged 1 commit into from
Sep 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
- run: |
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.3.1/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.3/install.sh | sh
- run: |
uv run ruff check
uv run ruff format
@@ -37,7 +37,7 @@ jobs:
- run: |
sed -i '' 's/\[tool.hatch.build.hooks.\(.*\)\]/\[_tool.hatch.build.hooks.\1\]/' pyproject.toml
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.3.1/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.3/install.sh | sh
- run: uv run mypy

TestPython:
@@ -60,7 +60,7 @@ jobs:
with:
run_install: true
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.3.1/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.3/install.sh | sh
- name: Run tests
run: uv run --with pytest-cov pytest ./tests --color=yes --cov anywidget --cov-report xml
- uses: codecov/codecov-action@v4
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
with:
run_install: true
- name: Set up uv
run: curl -LsSf https://astral.sh/uv/0.3.1/install.sh | sh
run: curl -LsSf https://astral.sh/uv/0.4.3/install.sh | sh
- name: Create Release Pull Request or Publish
id: changesets
uses: changesets/action@v1