Skip to content

Commit

Permalink
ci: pins the uv version to v0.4.22
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain authored and ankitrgadiya committed Dec 13, 2024
1 parent 2d74e3c commit e5e86ce
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4

# We are pinning uv to lower version to workaround the existing
# bugs in setuptools build system. We can unpin onces the issue
# is resolved in upstream repos.
# Bug: https://github.com/pypa/setuptools/issues/4759
- name: Install uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@v4
with:
version: '0.4.22'

- name: Publish to pypi
run: |
Expand Down

0 comments on commit e5e86ce

Please sign in to comment.