Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 470d3d5

Browse files
committed
changes for move to new repo
1 parent 10d0f04 commit 470d3d5

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ jobs:
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:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ target/
6565
/venv/
6666
/lightweight-venv/
6767
/installed.files
68+
.venv*

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Python projects.
1010

1111
============== ==============================================================
1212
PyPI ``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

1818
It integrates the following tools:

0 commit comments

Comments
 (0)