Skip to content

Commit 8550b51

Browse files
authored
Merge pull request #227 from olcf/pypi_upload
PyPi Changes
2 parents 2d98dd7 + 77f772e commit 8550b51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpublish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install setuptools wheel twine
28+
- name: Build
29+
run: |
30+
python setup.py sdist bdist_wheel
2831
- name: Publish package distributions to PyPI
2932
uses: pypa/gh-action-pypi-publish@release/v1
3033
#- name: Build and publish

0 commit comments

Comments
 (0)