Skip to content

Commit

Permalink
Pin version of UV
Browse files Browse the repository at this point in the history
  • Loading branch information
staticdev committed Jan 27, 2025
1 parent 3bedfef commit dbc1ed6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

- name: Install UV
uses: astral-sh/setup-uv@v5
with:
version: ">=0.5.24"

- name: Install dependencies
run: |
Expand All @@ -32,6 +34,5 @@ jobs:
- name: Publish package on TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository-url: https://test.pypi.org/legacy/
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Install UV
uses: astral-sh/setup-uv@v5
with:
version: ">=0.5.24"

- name: Install dependencies
run: |
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:

- name: Install UV
uses: astral-sh/setup-uv@v5
with:
version: ">=0.5.24"

- name: Install dependencies
run: |
Expand Down Expand Up @@ -102,6 +104,8 @@ jobs:

- name: Install UV
uses: astral-sh/setup-uv@v5
with:
version: ">=0.5.24"

- name: Download coverage data
uses: actions/download-artifact@v4
Expand Down

0 comments on commit dbc1ed6

Please sign in to comment.