Skip to content

Commit 18c5452

Browse files
publish fix
1 parent 2093ec6 commit 18c5452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
- uses: actions/checkout@master
1010
- uses: actions/setup-python@v2
1111
- run: pip install uv
12+
- run: uvx --from toml-cli toml set --toml-path=pyproject.toml project.version ${GITHUB_REF:10}
1213
- run: uv build
1314
- run: uv publish -t ${{ secrets.PYPI_API_TOKEN }}
1415
- uses: EndBug/[email protected]

0 commit comments

Comments
 (0)