Skip to content

Commit 02ef9a2

Browse files
authored
Update python-publish.yml
1 parent a0f41cc commit 02ef9a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
uses: actions/setup-python@v4
2424
with:
2525
python-version: '3.x'
26+
- name: Install Rust toolchain
27+
uses: dtolnay/rust-toolchain@stable
2628
- name: Install dependencies
2729
run: |
2830
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)