We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a143ac + 5c4a783 commit 6b8cb18Copy full SHA for 6b8cb18
.github/workflows/release_python.yml
@@ -146,7 +146,7 @@ jobs:
146
147
- uses: actions/setup-python@v6
148
with:
149
- python-version: 3.9
+ python-version: 3.12
150
- name: Setup Rust toolchain
151
uses: ./.github/actions/setup-builder
152
.github/workflows/release_python_nightly.yml
@@ -86,7 +86,7 @@ jobs:
86
87
88
89
90
91
92
@@ -133,3 +133,4 @@ jobs:
133
repository-url: https://test.pypi.org/legacy/
134
skip-existing: true
135
packages-dir: bindings/python/dist
136
+ verbose: true
0 commit comments