We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9998de8 + 25a7c2d commit 73398f0Copy full SHA for 73398f0
2 files changed
.github/workflows/pypi_upload.yml
@@ -27,7 +27,7 @@ jobs:
27
28
- name: Run a twine check
29
run: |
30
- twine check dist/*
+ twine check --strict dist/*
31
32
- name: Upload to PyPI via Twine
33
env:
.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
15
args: [--target-version, py38]
16
17
- repo: https://github.com/asottile/pyupgrade
18
- rev: v2.34.0
+ rev: v2.37.1
19
hooks:
20
- id: pyupgrade
21
args: [--py38-plus]
0 commit comments