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 Sep 7, 2024
1 parent e41bd5f commit fd58832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 fd58832

Please sign in to comment.