File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,13 @@ jobs:
1212 name : Build distributions
1313 runs-on : ubuntu-latest
1414
15- strategy :
16- matrix :
17- python :
18- - 3.8
19-
2015 steps :
2116 - uses : actions/checkout@v2
2217
2318 - name : Setup Python ${{ matrix.python }}
2419 uses : actions/setup-python@v2
2520 with :
26- python-version : ${{ matrix.python }}
21+ python-version : " 3.10 "
2722
2823 - name : Build dist
2924 run : pipx run build --sdist --wheel
Original file line number Diff line number Diff line change 88 url = "https://github.com/sizmailov/pybind11-stubgen" ,
99 version = "1.0-dev.1" ,
1010 long_description = open ("README.md" ).read (),
11+ long_description_content_type = "text/markdown" ,
1112 license = "BSD" ,
1213 entry_points = {
1314 "console_scripts" : "pybind11-stubgen = pybind11_stubgen.__init__:main"
You can’t perform that action at this time.
0 commit comments