Skip to content
Merged
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: 5 additions & 5 deletions .github/workflows/release_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Build wheels
uses: PyO3/[email protected].2
uses: PyO3/[email protected].3
with:
command: build
args: --strip -i ${{ matrix.python-version }} -o dist -r
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Build wheels
uses: PyO3/[email protected].2
uses: PyO3/[email protected].3
with:
command: build
args: --strip -i ${{ matrix.python-version }} -o dist -r
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/[email protected].2
uses: PyO3/[email protected].3
with:
command: build
args: --strip -i ${{ matrix.python-version }} -o dist -r
Expand All @@ -132,7 +132,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Build sdist
uses: PyO3/[email protected].2
uses: PyO3/[email protected].3
with:
command: sdist
args: -o dist
Expand All @@ -158,7 +158,7 @@ jobs:
pattern: wheels-*
merge-multiple: true
- name: Publish to PyPI
uses: PyO3/[email protected].2
uses: PyO3/[email protected].3
if: startsWith(github.ref, 'refs/tags/')
with:
command: upload
Expand Down
Loading