Skip to content

Commit dfe4458

Browse files
committed
setup.py not pyproject.toml
1 parent 73889b9 commit dfe4458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
cache: pip
23-
cache-dependency-path: pyproject.toml
23+
cache-dependency-path: setup.py
2424
- name: Install dependencies
2525
run: |
2626
pip install '.[test]'
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
python-version: "3.12"
4242
cache: pip
43-
cache-dependency-path: pyproject.toml
43+
cache-dependency-path: setup.py
4444
- name: Install dependencies
4545
run: |
4646
pip install setuptools wheel build

0 commit comments

Comments
 (0)