File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments