Skip to content

Commit 5d2e016

Browse files
committed
Updated publishing workflow
1 parent 9699900 commit 5d2e016

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
@@ -29,5 +29,6 @@ jobs:
2929
echo $PYPIRC > ~/.pypirc
3030
python -m pip install --user --upgrade wheel
3131
python -m pip install --user --upgrade twine
32+
python -m pip install --user --upgrade build
3233
python -m build
3334
python -m twine upload dist/* -u __token__ -p $PYPI_TOKEN

0 commit comments

Comments
 (0)