There was an error while loading. Please reload this page.
1 parent 9f790f4 commit 6007457Copy full SHA for 6007457
.github/workflows/pythonpublish.yml
@@ -22,5 +22,6 @@ jobs:
22
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
23
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
24
run: |
25
+ cd src
26
python setup.py sdist bdist_wheel
27
twine upload dist/*
0 commit comments