Skip to content

Commit fdb95e1

Browse files
committed
build: fix yaml error
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent e519b18 commit fdb95e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ jobs:
8383
repository_url: https://test.pypi.org/legacy/
8484
# To test: repository_url: https://test.pypi.org/legacy/ # and also change token: ${{ secrets.PYPI_API_TOKEN }} to secrets.TEST_PYPI_API_TOKEN # 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
8585

86-
- name: Test install from TestPyPI
87-
run: |
86+
- name: Test install from TestPyPI
87+
run: |
8888
python -m pip install --upgrade pip
8989
pip install \
9090
--index-url https://test.pypi.org/simple/ \

0 commit comments

Comments
 (0)