Skip to content

Commit

Permalink
Merge branch 'main' into ww/release
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw authored Dec 19, 2023
2 parents 2d1e5b0 + 9e77b9a commit 0ae666e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

- name: sign
uses: sigstore/[email protected].0
uses: sigstore/[email protected].1
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
release-signing-artifacts: true
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test = [
lint = [
# NOTE(ww): ruff is under active development, so we pin conservatively here
# and let Dependabot periodically perform this update.
"ruff < 0.1.8",
"ruff < 0.1.9",
"interrogate",
"mypy",
"types-html5lib",
Expand Down

0 comments on commit 0ae666e

Please sign in to comment.