Skip to content

Commit

Permalink
Update pypi_upload.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlu1248 authored Mar 26, 2024
1 parent affb9c4 commit 971830d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
echo "version=$new_version" >> $GITHUB_OUTPUT
- name: Build package
run: python -m build
run: |
cat pyproject.toml
python -m build
- name: Publish to PyPI
env:
Expand Down

0 comments on commit 971830d

Please sign in to comment.