Skip to content

Commit

Permalink
Install setuptools-scm
Browse files Browse the repository at this point in the history
  • Loading branch information
sciyoshi committed Apr 22, 2024
1 parent 55fb84c commit 34c9614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- run: pip install uv
- run: uv venv
- run: uv pip install --requirement pyproject.toml
- run: uv pip install setuptools wheel build
- run: uv pip install setuptools setuptools-scm wheel build
- run: .venv/bin/python -m build --no-isolation
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 34c9614

Please sign in to comment.