Skip to content

Commit a2debe2

Browse files
Update python-publish.yml
1 parent d016faa commit a2debe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
run: |
2323
python -m pip install --upgrade pip
2424
pip install setuptools wheel twine
25+
- name: Build package
26+
run: python -m build
2527
- name: Upload Python Package
2628
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
2729
with:

0 commit comments

Comments
 (0)