We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c2e3c commit 736fe7aCopy full SHA for 736fe7a
2 files changed
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
submodules: recursive
55
56
- name: Build (maturin / Linux x86_64)
57
- uses: PyO3/maturin-action@b03994fa3b4aa2d8c697185e0e66d1fa2041bfe2 # v1.47.0
+ uses: PyO3/maturin-action@32307a466a178317e8c2ae343b38e73896a047be # v1.47.0
58
with:
59
command: build
60
args: >-
.github/workflows/release.yml
@@ -103,7 +103,7 @@ jobs:
103
run: git -C coordinode-rs describe --tags --exact-match HEAD || true
104
105
- name: Build wheels
106
107
108
109
0 commit comments