mirror of
https://github.com/simonw/dclient.git
synced 2026-07-23 09:24:31 +02:00
cache-dependency-path: setup.py
This commit is contained in:
parent
ca301dcbe3
commit
d59c680ffd
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -20,6 +20,7 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
cache: pip
|
||||
cache-dependency-path: setup.py
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -e '.[test]'
|
||||
|
|
@ -36,6 +37,7 @@ jobs:
|
|||
with:
|
||||
python-version: "3.11"
|
||||
cache: pip
|
||||
cache-dependency-path: setup.py
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install setuptools wheel twine build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue