Skip to content

Commit

Permalink
[ci]: Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0 in the ci…
Browse files Browse the repository at this point in the history
…-dependencies group (#260)
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 881d1b0 commit 6392b2f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
with:
name: wheel
path: dist
- uses: pypa/gh-action-pypi-publish@v1.9.0
- uses: pypa/gh-action-pypi-publish@v1.10.0
with:
user: __token__
password: ${{ secrets.PYPI_API_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
name: isort (python)
args: ["--settings-path", "pyproject.toml"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.11.0
rev: v1.11.2
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
Expand All @@ -22,7 +22,7 @@ repos:
- types-requests
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.5.4
rev: v0.6.3
hooks:
# Run the linter.
- id: ruff
Expand Down
4 changes: 3 additions & 1 deletion bin/run-smoke-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ shared_args=(
--ignore=compiled-objects-have-debug-symbols
--ignore=mixed-file-extensions
--ignore=path-contains-spaces
--max-allowed-files=7500
--max-allowed-files=8000
--max-allowed-size-uncompressed=150M
)
pydistcheck \
Expand Down Expand Up @@ -230,6 +230,8 @@ pydistcheck \
get-files spacy
pydistcheck \
--ignore 'compiled-objects-have-debug-symbols' \
--max-allowed-size-compressed='50M' \
--max-allowed-size-uncompressed='100M' \
./smoke-tests/*

echo "done running smoke tests"

0 comments on commit 6392b2f

Please sign in to comment.