Skip to content

Commit 95c04db

Browse files
missing pytest in setup
1 parent 103fc34 commit 95c04db

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)