Skip to content

Commit

Permalink
Fixed building
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Dec 8, 2024
1 parent 610bfa6 commit 64499b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Install requirements
run: |
uv pip install generate-changelog bump-my-version
uv sync -p 3.12 --group dev
- name: Generate the changelog and get the release hint
id: generate-changelog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Package
shell: bash
run: |
uv run python -m build
uv build
- name: Upload package to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 64499b6

Please sign in to comment.