Skip to content

Commit a1cd5fa

Browse files
committed
chore: Fix packaging
1 parent 503f6e8 commit a1cd5fa

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: .github/workflows/deploy.yml

+1-6
Original file line numberDiff line numberDiff 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

Diff for: setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
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"

0 commit comments

Comments
 (0)