Skip to content

Commit

Permalink
Install setuptools-rust in PyPi release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rlouf committed Oct 10, 2024
1 parent e59c568 commit 7190f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools
pip install setuptools setuptools-rust
- name: Generate egg-info
run: python setup.py egg_info
- name: Check that the package version matches the Release name
Expand Down

0 comments on commit 7190f51

Please sign in to comment.