Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
444B committed Dec 22, 2024
1 parent 9f5c9a5 commit 0f814bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # For complete history if needed for versioning
fetch-depth: 0 # For complete history

- name: Set up Python 3.12
uses: actions/setup-python@v5
Expand All @@ -25,7 +25,7 @@ jobs:
pip install uv
uv venv
source .venv/bin/activate
uv pip install hatch build twine
uv pip install build hatchling twine # Added build and hatchling
- name: Build package
run: python -m build
Expand Down

0 comments on commit 0f814bc

Please sign in to comment.