Skip to content

Commit 9699900

Browse files
committed
Updated publish workflow to avoid deprecation messages
1 parent 5160fe1 commit 9699900

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

0 commit comments

Comments
 (0)