Skip to content

Commit 262c8cc

Browse files
committed
fix twine upload issue
1 parent 528713f commit 262c8cc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ jobs:
167167
path: dist
168168

169169
- name: Install twine
170-
run: pip install twine
170+
run: |
171+
pip install twine
172+
pip install -U packaging
171173
172174
- name: Move files to top level directory
173175
run: |

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ classifiers =
3434
Topic :: Scientific/Engineering
3535

3636
[options]
37-
python_requires = >= 3.8
37+
python_requires = >= 3.9

0 commit comments

Comments
 (0)