Skip to content

Commit

Permalink
try reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 committed Dec 3, 2024
1 parent cbf57e2 commit 9cd2125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
mkdir -p dist
cd habitat-lab
pip install --upgrade build
python -m build -s -w -C--global-option=egg_info -C--global-option=--tag-date "%Y-%m-%d-%H-%M-%S" habitat-lab/
python -m build -s -w -C--global-option=egg_info -C--global-option=--tag-date "%Y-%m-%d-%H-%M-%S" habitat-baselines/
python -m build -s -w -C--global-option=egg_info -- --tag-date "%Y-%m-%d-%H-%M-%S" habitat-lab/
python -m build -s -w -C--global-option=egg_info -- --tag-date "%Y-%m-%d-%H-%M-%S" habitat-baselines/
#the pypi publish action expects a local directory dist/ with the .whl packages, so move them there
mv habitat-lab/dist/* ../dist/
mv habitat-baselines/dist/* ../dist/
Expand Down

0 comments on commit 9cd2125

Please sign in to comment.