Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- run: |
export UV_PROJECT_ENVIRONMENT="${pythonLocation}"
uv sync --extra test --locked
- uses: CodSpeedHQ/[email protected].0
- uses: CodSpeedHQ/[email protected].1
with:
token: ${{ secrets.CODSPEED_TOKEN }}
# allow updating snapshots due to indeterministic benchmarks
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ref: version-${{ needs.bump.outputs.version }}
- uses: actions/checkout@v5
if: ${{ needs.bump.result == 'skipped' }}
- uses: PyO3/[email protected].3
- uses: PyO3/[email protected].4
with:
target: ${{ matrix.target }}
manylinux: auto
Expand All @@ -91,7 +91,7 @@ jobs:
if: ${{ needs.bump.result == 'skipped' }}
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- uses: PyO3/[email protected].3
- uses: PyO3/[email protected].4
with:
manylinux: auto
command: build
Expand All @@ -114,7 +114,7 @@ jobs:
ref: version-${{ needs.bump.outputs.version }}
- uses: actions/checkout@v5
if: ${{ needs.bump.result == 'skipped' }}
- uses: PyO3/[email protected].3
- uses: PyO3/[email protected].4
with:
command: build
args: --release -o dist --find-interpreter
Expand All @@ -136,7 +136,7 @@ jobs:
ref: version-${{ needs.bump.outputs.version }}
- uses: actions/checkout@v5
if: ${{ needs.bump.result == 'skipped' }}
- uses: PyO3/[email protected].3
- uses: PyO3/[email protected].4
with:
command: build
target: universal2-apple-darwin
Expand All @@ -158,7 +158,7 @@ jobs:
pattern: wheels-*
merge-multiple: true
- name: Publish to PyPI
uses: PyO3/[email protected].3
uses: PyO3/[email protected].4
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
Expand Down
Loading