From 8dff53968d14d71a71bd98aa296f7ede1b9feaaa Mon Sep 17 00:00:00 2001 From: Stephen L Date: Sun, 9 Apr 2023 13:47:11 +0200 Subject: [PATCH] build: fix again indentation syntax error in continuous deployment config script Signed-off-by: Stephen L. --- .github/workflows/build_wheelhouse.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_wheelhouse.yml b/.github/workflows/build_wheelhouse.yml index 77ce817..d6418ab 100644 --- a/.github/workflows/build_wheelhouse.yml +++ b/.github/workflows/build_wheelhouse.yml @@ -96,7 +96,7 @@ jobs: # To test: repository_url: https://test.pypi.org/legacy/ # and also change password: ${{ secrets.PYPI_PASSWORD }} to secrets.TEST_PYPI_PASSWORD # for more infos on registering and using TestPyPi, read: https://py-pkgs.org/08-ci-cd#uploading-to-testpypi-and-pypi -- remove the repository_url to upload to the real PyPi - name: Test install from TestPyPI - run: | + run: | python -m pip install --upgrade pip pip install \ --index-url https://test.pypi.org/simple/ \