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
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
persist-credentials: false
- name: Build and test installed wheels
uses: pypa/cibuildwheel@v4.2.0
uses: pypa/cibuildwheel@v4.2.1
with:
output-dir: wheelhouse
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/signpath.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
retention-days: 7
- name: Submit SignPath request
id: signpath
uses: signpath/github-action-submit-signing-request@v2
uses: signpath/github-action-submit-signing-request@v3
with:
api-token: ${{ secrets.SIGNPATH_API_TOKEN }}
organization-id: ${{ vars.SIGNPATH_ORGANIZATION_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testpypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: "3.12"
- name: Build and test representative native wheel
uses: pypa/cibuildwheel@v4.2.0
uses: pypa/cibuildwheel@v4.2.1
with:
output-dir: dist
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tuning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
scale: "3.5"
divisor: "16.0"
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Build and sweep
shell: bash
run: |
Expand Down
Loading