Skip to content

Commit 6c0dcd4

Browse files
lock before pushing new version (#135)
1 parent 5de6e18 commit 6c0dcd4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
- run: uvx --from toml-cli toml set --toml-path=pyproject.toml project.version ${GITHUB_REF:10}
1313
- run: uv build
1414
- run: uv publish -t ${{ secrets.PYPI_API_TOKEN }}
15+
- run: uv lock
1516
- uses: EndBug/[email protected]
1617
with:
1718
author_name: github-actions
1819
author_email: 41898282+github-actions[bot]@users.noreply.github.com
19-
add: pyproject.toml
20+
add: pyproject.toml uv.lock
2021
branch: main
2122
message: Published new version

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)