This repository was archived by the owner on Mar 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 5656 python-version : ${{ matrix.python }}
5757
5858 - name : Install wheel in a venv and check cli works
59- # ${GITHUB_REPOSITORY##*/} is the repo name without org
60- # Replace this with the cli command if different to the repo name
61- run : pipx run --python $(which python${{ matrix.python }}) --spec dist/*.whl ${GITHUB_REPOSITORY##*/} --version
59+ run : pipx run --python $(which python${{ matrix.python }}) --spec dist/*.whl python3-pip-skeleton --version
6260
6361 test :
6462 strategy :
Original file line number Diff line number Diff line change @@ -65,3 +65,4 @@ target/
6565/venv /
6666/lightweight-venv /
6767/installed.files
68+ .venv *
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Python projects.
1010
1111============== ==============================================================
1212PyPI ``pip install python3-pip-skeleton ``
13- Source code https://github.com/epics-containers/python3-pip-skeleton
14- Documentation https://epics-containers.github.io/python3-pip-skeleton
15- Releases https://github.com/epics-containers/python3-pip-skeleton/releases
13+ Source code https://github.com/epics-containers/python3-pip-skeleton-cli
14+ Documentation https://epics-containers.github.io/python3-pip-skeleton-cli
15+ Releases https://github.com/epics-containers/python3-pip-skeleton-cli /releases
1616============== ==============================================================
1717
1818It integrates the following tools:
You can’t perform that action at this time.
0 commit comments