Skip to content

Commit

Permalink
Add final line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
jramcast committed Feb 7, 2025
1 parent 0c5771a commit c6424ba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
with:
skip_existing: true
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
password: ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: uv run pytest

- name: Minimize uv cache
run: uv cache prune --ci
run: uv cache prune --ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ To verify the code style, use:

### Releasing

To release a new version of the package, bump the version in `pyproject.toml` and create and push a new git tag.
To release a new version of the package, bump the version in `pyproject.toml` and create and push a new git tag.

0 comments on commit c6424ba

Please sign in to comment.