Skip to content

Commit 73398f0

Browse files
authored
Merge branch 'main' into support_skip_root
2 parents 9998de8 + 25a7c2d commit 73398f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi_upload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
- name: Run a twine check
2929
run: |
30-
twine check dist/*
30+
twine check --strict dist/*
3131
3232
- name: Upload to PyPI via Twine
3333
env:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
args: [--target-version, py38]
1616

1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v2.34.0
18+
rev: v2.37.1
1919
hooks:
2020
- id: pyupgrade
2121
args: [--py38-plus]

0 commit comments

Comments
 (0)