Skip to content

Commit 596334a

Browse files
Merge pull request #8 from mindsdb/build-deploy
Update deploy.yml
2 parents e0d1bd1 + 08e6cac commit 596334a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2727
run: |
2828
# This uses the version string from __about__.py, which we checked matches the git tag above
29-
python setup.py sdist
30-
twine upload dist/* --verbose
29+
pip install build
30+
python -m build
31+
twine upload dist/*

0 commit comments

Comments
 (0)