We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ed83d commit 4d17a4cCopy full SHA for 4d17a4c
.github/workflows/ci.yml
@@ -4,9 +4,9 @@ on:
4
push:
5
branches:
6
- master
7
+ - 1.9.X-fixes
8
tags:
9
- '**'
- pull_request: {}
10
11
jobs:
12
lint:
tests/requirements-linting.txt
@@ -7,4 +7,4 @@ mypy==0.950
pre-commit==2.17.0
pycodestyle==2.8.0
pyflakes==2.4.0
-twine==3.8.0
+twine==4.0.0
0 commit comments