Skip to content

Commit

Permalink
🤖 fix bug in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgafni committed Oct 7, 2024
1 parent c3e2d7a commit 37e32f6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,17 +98,14 @@ jobs:
environment:
name: release
steps:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- uses: actions/checkout@v2
- name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: 0.3.4
enable-cache: true
- name: Set up Python ${{ matrix.py }}
run: uv python install
- name: Set up Python
run: uv python install 3.11.9
- name: Generate Version
run: uv run hatch version $(dunamai from any --style pep440)
- name: Publish to PyPI
Expand Down

0 comments on commit 37e32f6

Please sign in to comment.