Skip to content

Commit 8920caa

Browse files
authored
Merge pull request #57 from ecmwf/feat/pypi-wheels
Add wheel to python-publish.yml
2 parents 11e8964 + 31c06c6 commit 8920caa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ jobs:
8484
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
8585
run: |
8686
python setup.py sdist
87+
python -m build
8788
twine upload dist/*

0 commit comments

Comments
 (0)