signedshot 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {signedshot-0.1.0 → signedshot-0.1.1}/.github/workflows/release.yml +2 -2
- {signedshot-0.1.0 → signedshot-0.1.1}/Cargo.lock +1 -1
- {signedshot-0.1.0 → signedshot-0.1.1}/Cargo.toml +1 -1
- {signedshot-0.1.0 → signedshot-0.1.1}/PKG-INFO +1 -1
- {signedshot-0.1.0 → signedshot-0.1.1}/pyproject.toml +1 -1
- {signedshot-0.1.0 → signedshot-0.1.1}/.github/workflows/ci.yml +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/.gitignore +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/README.md +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/python/signedshot/__init__.py +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/python/signedshot/__init__.pyi +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/src/bin/signedshot.rs +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/src/error.rs +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/src/integrity.rs +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/src/jwt.rs +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/src/lib.rs +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/src/python.rs +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/src/sidecar.rs +0 -0
- {signedshot-0.1.0 → signedshot-0.1.1}/src/validate.rs +0 -0
|
@@ -25,7 +25,7 @@ jobs:
|
|
|
25
25
|
uses: PyO3/maturin-action@v1
|
|
26
26
|
with:
|
|
27
27
|
target: x86_64
|
|
28
|
-
args: --release --out dist --features python
|
|
28
|
+
args: --release --out dist --features python -i python3.12
|
|
29
29
|
sccache: 'true'
|
|
30
30
|
manylinux: auto
|
|
31
31
|
- name: Upload wheels
|
|
@@ -46,7 +46,7 @@ jobs:
|
|
|
46
46
|
uses: PyO3/maturin-action@v1
|
|
47
47
|
with:
|
|
48
48
|
target: aarch64
|
|
49
|
-
args: --release --out dist --features python
|
|
49
|
+
args: --release --out dist --features python -i python3.12
|
|
50
50
|
sccache: 'true'
|
|
51
51
|
manylinux: auto
|
|
52
52
|
- name: Upload wheels
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|