Skip to content

Commit

Permalink
Fix end of files (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
joostlek authored Jun 8, 2024
1 parent 6071c5d commit fa9e15c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ dmypy.json
.pytype/

# Cython debug symbols
cython_debug/
cython_debug/
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ set -e
cd "$(dirname "$0")/.."

echo "Installing development dependencies..."
uv pip install -r requirements-dev.txt
uv pip install -r requirements-dev.txt

0 comments on commit fa9e15c

Please sign in to comment.