File tree 2 files changed +2
-6
lines changed
2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,13 @@ jobs:
12
12
name : Build distributions
13
13
runs-on : ubuntu-latest
14
14
15
- strategy :
16
- matrix :
17
- python :
18
- - 3.8
19
-
20
15
steps :
21
16
- uses : actions/checkout@v2
22
17
23
18
- name : Setup Python ${{ matrix.python }}
24
19
uses : actions/setup-python@v2
25
20
with :
26
- python-version : ${{ matrix.python }}
21
+ python-version : " 3.10 "
27
22
28
23
- name : Build dist
29
24
run : pipx run build --sdist --wheel
Original file line number Diff line number Diff line change 8
8
url = "https://github.com/sizmailov/pybind11-stubgen" ,
9
9
version = "1.0-dev.1" ,
10
10
long_description = open ("README.md" ).read (),
11
+ long_description_content_type = "text/markdown" ,
11
12
license = "BSD" ,
12
13
entry_points = {
13
14
"console_scripts" : "pybind11-stubgen = pybind11_stubgen.__init__:main"
You can’t perform that action at this time.
0 commit comments