Skip to content

Commit

Permalink
fix bdist_wheel
Browse files Browse the repository at this point in the history
Signed-off-by: NKcqx <892670992@qq.com>
  • Loading branch information
NKcqx committed Dec 14, 2023
1 parent 4ccd682 commit efacb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pip install pytest torch cloudpickle cryptography
pip install ray==2.0.0
python setup.py bdist_wheel
python3 setup.py bdist_wheel
- name: Upload
if: env.COMMIT_TODAY == 'true'
Expand Down

0 comments on commit efacb31

Please sign in to comment.