From 6c921f229c566a06912b60fabfe87731eb07cfda Mon Sep 17 00:00:00 2001 From: Samuel Eisenhandler Date: Thu, 12 Jan 2023 15:02:20 -0500 Subject: [PATCH] Indent .build.yml properly --- .build.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.build.yml b/.build.yml index 2eea6d2..a218be3 100644 --- a/.build.yml +++ b/.build.yml @@ -7,15 +7,15 @@ secrets: - ab9be052-b24c-4d9b-a1b7-05db8b62c7f6 tasks: - setup: | - python3 -m venv cienv - source cienv/bin/activate - pip install build tox twine + python3 -m venv cienv + source cienv/bin/activate + pip install build tox twine - test: | - source cienv/bin/activate - cd genlic - tox + source cienv/bin/activate + cd genlic + tox - deploy: | - source cienv/bin/activate - cd genlic - python -m build - python3 -m twine upload dist/* + source cienv/bin/activate + cd genlic + python -m build + python3 -m twine upload dist/* -- 2.45.2