Skip to content

Commit

Permalink
chore: Fix packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov committed Aug 29, 2023
1 parent 503f6e8 commit a1cd5fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,13 @@ jobs:
name: Build distributions
runs-on: ubuntu-latest

strategy:
matrix:
python:
- 3.8

steps:
- uses: actions/checkout@v2

- name: Setup Python ${{ matrix.python }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
python-version: "3.10"

- name: Build dist
run: pipx run build --sdist --wheel
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
url="https://github.com/sizmailov/pybind11-stubgen",
version="1.0-dev.1",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
license="BSD",
entry_points={
"console_scripts": "pybind11-stubgen = pybind11_stubgen.__init__:main"
Expand Down

0 comments on commit a1cd5fa

Please sign in to comment.