Skip to content

Commit ebd48b3

Browse files
author
phernandez
committed
fix: update tag for semantic-release action
1 parent e29837f commit ebd48b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
github_token: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Publish to PyPI
36-
uses: pypa/gh-action-pypi-publish@v1
36+
uses: pypa/gh-action-pypi-publish@release/v1
3737
if: steps.release.outputs.released == 'true'
3838
with:
3939
password: ${{ secrets.PYPI_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ version_toml = [
149149
major_on_zero = false
150150
branch = "main"
151151
changelog_file = "CHANGELOG.md"
152-
build_command = "pip install build && python -m build"
152+
build_command = "pip install uv && uv build"
153153
dist_path = "dist/"
154154
upload_to_pypi = true
155155
commit_message = "chore(release): {version} [skip ci]"

0 commit comments

Comments
 (0)