Skip to content

Commit

Permalink
fix(gh-actions): set env var for uv UV_SYSTEM_PYTHON
Browse files Browse the repository at this point in the history
  • Loading branch information
giuseppeambrosio97 committed Dec 10, 2024
1 parent ca30c01 commit 71a411a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
branches:
- main
workflow_dispatch:
env:
UV_SYSTEM_PYTHON: 1
jobs:
release:
runs-on: ubuntu-22.04
Expand All @@ -12,7 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v4


- name: Get next version without tagging
id: get_next_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 71a411a

Please sign in to comment.