-
-
Notifications
You must be signed in to change notification settings - Fork 440
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into suppress-path0
- Loading branch information
Showing
107 changed files
with
6,921 additions
and
5,740 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,15 +143,15 @@ jobs: | |
steps: | ||
- name: "Setup QEMU" | ||
if: matrix.os == 'ubuntu' | ||
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 | ||
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0 | ||
with: | ||
platforms: arm64 | ||
|
||
- name: "Check out the repo" | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
|
||
- name: "Install Python 3.8" | ||
uses: actions/setup-python@v5 | ||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 | ||
with: | ||
# PYVERSIONS | ||
python-version: "3.8" | ||
|
@@ -176,8 +176,12 @@ jobs: | |
run: | | ||
ls -al wheelhouse/ | ||
- name: "Check wheels" | ||
run: | | ||
python -m twine check wheelhouse/* | ||
- name: "Upload wheels" | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: dist-${{ env.MATRIX_ID }} | ||
path: wheelhouse/*.whl | ||
|
@@ -188,10 +192,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Check out the repo" | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
|
||
- name: "Install Python 3.8" | ||
uses: actions/setup-python@v5 | ||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 | ||
with: | ||
# PYVERSIONS | ||
python-version: "3.8" | ||
|
@@ -206,12 +210,16 @@ jobs: | |
run: | | ||
python -m build | ||
- name: "List tarballs" | ||
- name: "List sdist" | ||
run: | | ||
ls -al dist/ | ||
- name: "Check sdist" | ||
run: | | ||
python -m twine check dist/* | ||
- name: "Upload sdist" | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: dist-sdist | ||
path: dist/*.tar.gz | ||
|
@@ -222,10 +230,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: "Check out the repo" | ||
uses: actions/checkout@v4 | ||
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 | ||
|
||
- name: "Install PyPy" | ||
uses: actions/setup-python@v5 | ||
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0 | ||
with: | ||
python-version: "pypy-3.8" # Minimum of PyPy PYVERSIONS | ||
cache: pip | ||
|
@@ -248,8 +256,12 @@ jobs: | |
run: | | ||
ls -al dist/ | ||
- name: "Check wheels" | ||
run: | | ||
python -m twine check dist/* | ||
- name: "Upload wheels" | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: dist-pypy | ||
path: dist/*.whl | ||
|
@@ -268,13 +280,13 @@ jobs: | |
id-token: write | ||
steps: | ||
- name: "Download artifacts" | ||
uses: actions/download-artifact@v4 | ||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 | ||
with: | ||
pattern: dist-* | ||
merge-multiple: true | ||
|
||
- name: "Sign artifacts" | ||
uses: sigstore/[email protected] | ||
uses: sigstore/gh-action-sigstore-python@61f6a500bbfdd9a2a339cf033e5421951fbc1cd2 # v2.1.1 | ||
with: | ||
inputs: coverage-*.* | ||
|
||
|
@@ -283,7 +295,7 @@ jobs: | |
ls -alR | ||
- name: "Upload signatures" | ||
uses: actions/upload-artifact@v4 | ||
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 | ||
with: | ||
name: signatures | ||
path: | | ||
|
Oops, something went wrong.