Skip to content

Commit 75ccb39

Browse files
committed
update deployment
1 parent 6cdc620 commit 75ccb39

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ jobs:
6565
run: |
6666
python -m pip install --upgrade pip
6767
pip install setuptools wheel twine
68+
- name: Build package
69+
run: python setup.py sdist bdist_wheel
6870
- name: Publish a Python distribution to PyPI
6971
uses: pypa/gh-action-pypi-publish@release/v1
7072
with:

0 commit comments

Comments
 (0)