Skip to content

Commit d3b1cc4

Browse files
authored
Update python-publish.yml (#75)
2 parents d016faa + a2debe2 commit d3b1cc4

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)