From 9cd212519aedf9490c9301a7aa6e35043a8e8cd2 Mon Sep 17 00:00:00 2001 From: Alexander Clegg Date: Mon, 2 Dec 2024 21:26:54 -0800 Subject: [PATCH] try reformat --- .github/workflows/deploy_pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_pypi.yml b/.github/workflows/deploy_pypi.yml index 7e3c361b22..5c71052343 100644 --- a/.github/workflows/deploy_pypi.yml +++ b/.github/workflows/deploy_pypi.yml @@ -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/