Skip to content

Commit 5f48888

Browse files
committed
'0328'
1 parent 4158e7f commit 5f48888

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
# arch: x86_64
2626

2727

28-
python: [["cp36", "3.6"],["cp37", "3.7"],["cp38", "3.8"],["cp39", "3.9"],["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"]]
29-
28+
# python: [["cp36", "3.6"],["cp37", "3.7"],["cp38", "3.8"],["cp39", "3.9"],["cp310", "3.10"], ["cp311", "3.11"], ["cp312", "3.12"]]
29+
python: [["cp311", "3.11"]]
3030
runs-on: ${{ matrix.buildplat.platform }}
3131

3232
# if: startsWith(github.ref, 'refs/tags/v')
@@ -146,4 +146,5 @@ jobs:
146146
- name: Publish to TestPyPI
147147
run: |
148148
pip install twine
149+
python -m pip install -U packaging
149150
twine upload --repository-url https://upload.pypi.org/legacy/ wheelhouse/*.whl source_distribution/*.tar.gz

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
author_email="[email protected]",
3737
ext_modules=extensions,
3838
packages=find_packages(),
39-
license="MIT",
4039
description="A python package for parameter uncertainty quantification and optimization",
4140
long_description=open("README.md").read(),
4241
long_description_content_type="text/markdown", # 如果是Markdown格式

0 commit comments

Comments
 (0)