We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e29837f commit ebd48b3Copy full SHA for ebd48b3
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
github_token: ${{ secrets.GITHUB_TOKEN }}
34
35
- name: Publish to PyPI
36
- uses: pypa/gh-action-pypi-publish@v1
+ uses: pypa/gh-action-pypi-publish@release/v1
37
if: steps.release.outputs.released == 'true'
38
with:
39
password: ${{ secrets.PYPI_TOKEN }}
pyproject.toml
@@ -149,7 +149,7 @@ version_toml = [
149
major_on_zero = false
150
branch = "main"
151
changelog_file = "CHANGELOG.md"
152
-build_command = "pip install build && python -m build"
+build_command = "pip install uv && uv build"
153
dist_path = "dist/"
154
upload_to_pypi = true
155
commit_message = "chore(release): {version} [skip ci]"
0 commit comments