Skip to content

Commit

Permalink
fix(ci): add setuptools for py3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Jan 31, 2024
1 parent 1dfb470 commit 1bfd2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --pre -U mkdocs twine wheel
python -m pip install --pre -U mkdocs twine wheel setuptools
python -m pip install .
- name: Build and publish
env:
Expand Down

0 comments on commit 1bfd2e2

Please sign in to comment.