Skip to content

Commit

Permalink
fix build command in CD PyPI GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwengers committed Aug 25, 2023
1 parent 42413e8 commit 9f77b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python build
run: python -m build
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 9f77b67

Please sign in to comment.