Skip to content

Commit

Permalink
cmon
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Sep 14, 2023
1 parent 7cdb1d4 commit 9641044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: |
python3.9 -m venv .venv
./.venv/bin/pip install wheel "setuptools<58" "Cython<3.0"
./.venv/bin/pip wheel --wheel-dir="dist/deploy/wheels/3rdparty/869d82edb4e304db87757b153b8221460eedfd78/2.6.1+git869d82ed" "psutil==5.8.0" "PyYAML<5.5,>=5.4"
./.venv/bin/pip wheel --wheel-dir="dist/deploy/wheels/3rdparty/869d82edb4e304db87757b153b8221460eedfd78/2.6.1+git869d82ed" "psutil==5.8.0" "PyYAML<5.5,>=5.4" --no-build-isolation
- name: Deploy wheels to S3
run: ./build-support/bin/deploy_to_s3.py
timeout-minutes: 90
Expand Down

0 comments on commit 9641044

Please sign in to comment.