Skip to content

Commit

Permalink
ci: install build package in publish CI
Browse files Browse the repository at this point in the history
  • Loading branch information
miikanissi committed May 25, 2024
1 parent cfec07c commit a5d0a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -22,7 +22,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install "setuptools>=64" "setuptools_scm>=8" "wheel"
pip install "setuptools>=64" "setuptools_scm>=8" "wheel" "build"
- name: Build package
run: |
python -m build
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ build = [
"setuptools>=64",
"setuptools_scm>=8",
"wheel",
"build",
]

[[project.authors]]
Expand Down

0 comments on commit a5d0a64

Please sign in to comment.