File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 uses : actions/setup-python@v5
1616 - name : Install pypa/build
1717 run : >-
18- python3 -m pip install --user build twine --upgrade
18+ python3 -m pip install --user build twine pkginfo --upgrade
1919 - name : Build a binary wheel and a source tarball
2020 run : python3 -m build
2121 - name : Check the distribution files with `twine`
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ readme = "README.rst"
1515classifiers = [
1616 " Development Status :: 6 - Mature" ,
1717 " Intended Audience :: Developers" ,
18- " License :: OSI Approved :: MIT License" ,
1918 " Operating System :: POSIX" ,
2019 " Operating System :: Microsoft :: Windows" ,
2120 " Operating System :: MacOS :: MacOS X" ,
@@ -61,6 +60,7 @@ coverage = {extras = ["toml"], version = ">=6.5.0"}
6160Pygments = " >=2.13.0" # for code-block highlighting
6261sphinx = " *"
6362sphinx-autobuild = " *"
63+
6464[build-system ]
6565build-backend = " setuptools.build_meta"
6666requires = [ " setuptools>=77" ]
You can’t perform that action at this time.
0 commit comments