Skip to content

Commit

Permalink
gah
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Sep 14, 2023
1 parent 850d3db commit 876e9d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ jobs:
MODE: DEBUG
name: Build wheels
run: |
python3.9 -m venv .venv
.venv/bin/python -m pip install wheel setuptools<58
.venv/bin/python -m pip wheel --wheel_dir="dist/deploy/wheels/3rdparty/869d82edb4e304db87757b153b8221460eedfd78/2.6.1+git869d82ed" psutil==5.8.0 PyYAML<5.5,>=5.4
python -c "import venv;venv.create(venv_dir, with_pip=True, clear=True, symlinks=True)"
.venv/bin/pip install wheel setuptools<58
.venv/bin/pip wheel --wheel_dir="dist/deploy/wheels/3rdparty/869d82edb4e304db87757b153b8221460eedfd78/2.6.1+git869d82ed" psutil==5.8.0 PyYAML<5.5,>=5.4
- name: Deploy wheels to S3
run: ./build-support/bin/deploy_to_s3.py
timeout-minutes: 90
Expand Down

0 comments on commit 876e9d9

Please sign in to comment.