Skip to content

Commit 7c9d374

Browse files
committed
Updated publish workflow
1 parent dbf9b75 commit 7c9d374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
python-version: '3.10'
2020
- run: |
2121
echo $PYPIRC > ~/.pypirc
22+
python -m pip install wheel
2223
python -m pip install --user --upgrade twine
2324
python setup.py sdist bdist_wheel
2425
python -m twine upload dist/*

0 commit comments

Comments
 (0)