Skip to content

Commit d8d17d3

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

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

0 commit comments

Comments
 (0)