Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/python-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
args: --release --out dist --compatibility pypi
manylinux: auto
working-directory: pyo3-introspection
- uses: astral-sh/setup-uv@v8.1.0
- run: uvx twine check pyo3-introspection/dist/*
- uses: actions/upload-artifact@v7
with:
name: wheels-linux-${{ matrix.target }}
Expand All @@ -50,6 +52,8 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist --compatibility pypi
working-directory: pyo3-introspection
- uses: astral-sh/setup-uv@v8.1.0
- run: uvx twine check pyo3-introspection/dist/*
- uses: actions/upload-artifact@v7
with:
name: wheels-windows-${{ matrix.platform.target }}
Expand All @@ -71,6 +75,8 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist --compatibility pypi
working-directory: pyo3-introspection
- uses: astral-sh/setup-uv@v8.1.0
- run: uvx twine check pyo3-introspection/dist/*
- uses: actions/upload-artifact@v7
with:
name: wheels-macos-${{ matrix.platform.target }}
Expand All @@ -85,6 +91,8 @@ jobs:
command: sdist
args: --out dist
working-directory: pyo3-introspection
- uses: astral-sh/setup-uv@v8.1.0
- run: uvx twine check pyo3-introspection/dist/*
- uses: actions/upload-artifact@v7
with:
name: wheels-sdist
Expand All @@ -105,3 +113,5 @@ jobs:
path: pyo3-introspection/dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: pyo3-introspection/dist
1 change: 0 additions & 1 deletion pyo3-introspection/LICENSE-APACHE

This file was deleted.

1 change: 0 additions & 1 deletion pyo3-introspection/LICENSE-MIT

This file was deleted.

Loading