Skip to content

Commit

Permalink
setup.py not pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Apr 5, 2024
1 parent 73889b9 commit dfe4458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: pyproject.toml
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install '.[test]'
Expand All @@ -40,7 +40,7 @@ jobs:
with:
python-version: "3.12"
cache: pip
cache-dependency-path: pyproject.toml
cache-dependency-path: setup.py
- name: Install dependencies
run: |
pip install setuptools wheel build
Expand Down

0 comments on commit dfe4458

Please sign in to comment.