Skip to content

Commit

Permalink
Fix PyPI publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywonchung committed Oct 12, 2023
1 parent 30da9a8 commit 2213f43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
python-version: 3.9
cache: 'pip'
cache-dependency-path: 'pyproject.toml'
- name: Build source distribution
run: pip install build && python -m build
- name: Publish to PyPI
Expand Down

0 comments on commit 2213f43

Please sign in to comment.