Skip to content

Commit c9ea7f2

Browse files
author
Rory Barnes
committed
Fixed typos in pip-install.yml
1 parent bceea95 commit c9ea7f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pip-install.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
- name: Test the sdist
3434
run: |
3535
python -m venv venv-sdist
36-
venv-sdist/bin/python -m pip install dist/vspace*.tar.gz
37-
venv-sdist/bin/python -c "import vspace; print(vspace.__version__)"
36+
venv-sdist/bin/python -m pip install dist/vplot*.tar.gz
37+
venv-sdist/bin/python -c "import vplot; print(vplot.__version__)"
3838
3939
- name: Test the wheel
4040
run: |
4141
python -m venv venv-wheel
42-
venv-wheel/bin/python -m pip install dist/vspace*.whl
43-
venv-wheel/bin/python -c "import vspace; print(vspace.__version__)"
42+
venv-wheel/bin/python -m pip install dist/vplot*.whl
43+
venv-wheel/bin/python -c "import vplot; print(vplot.__version__)"
4444
4545
- uses: actions/upload-artifact@v3
4646
with:

0 commit comments

Comments
 (0)