Skip to content

Commit 00df04d

Browse files
committed
3.1.0
Fix a bug of the workflow.
1 parent 8f06319 commit 00df04d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/python-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
os: [ubuntu-latest, windows-latest]
22-
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]
22+
python: [3.5, 3.6, 3.7, 3.8, 3.9]
2323

2424
steps:
2525
- uses: actions/checkout@v2

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
urllib3>=1.26.6
1+
urllib3
22
tqdm>=4.50.0
33
setuptools>=50.3.2

0 commit comments

Comments
 (0)