Skip to content

Commit 26835c9

Browse files
Merge pull request #6 from roboflow-ai/publish
[GitHub Action]
2 parents 454fe17 + 95c04db commit 26835c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2929
TWINE_PASSWORD: ${{ secrets.PASSWORD }}
3030
run: |
31-
python setup.py sdist bdist_wheel
31+
python -m build
32+
twine upload -r testpypi dist/*
3233
twine check dist/*
3334
twine upload dist/*

0 commit comments

Comments
 (0)