Skip to content

Commit

Permalink
add build function to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyuXuAudio committed Oct 21, 2024
1 parent fee3cc3 commit 9fab3bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
pytest
# Check the built package
- name: Check the package files
- name: Build package and check
run: |
python setup.py sdist bdist_wheel
twine check dist/* # Check the integrity of the package
# Publish to PyPI (using OIDC and trusted publisher setup)
Expand Down

0 comments on commit 9fab3bd

Please sign in to comment.