Skip to content

Commit

Permalink
build: fix again indentation syntax error in continuous deployment co…
Browse files Browse the repository at this point in the history
…nfig script

Signed-off-by: Stephen L. <lrq3000@gmail.com>
  • Loading branch information
lrq3000 committed Apr 9, 2023
1 parent a332e9b commit 8dff539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheelhouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/ \
Expand Down

0 comments on commit 8dff539

Please sign in to comment.