We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f41cc commit 02ef9a2Copy full SHA for 02ef9a2
.github/workflows/python-publish.yml
@@ -23,6 +23,8 @@ jobs:
23
uses: actions/setup-python@v4
24
with:
25
python-version: '3.x'
26
+ - name: Install Rust toolchain
27
+ uses: dtolnay/rust-toolchain@stable
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
0 commit comments