We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8210ed commit f4a41ceCopy full SHA for f4a41ce
.github/workflows/pypi.yml
@@ -27,5 +27,6 @@ jobs:
27
TWINE_USERNAME: __token__
28
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
29
run: |
30
+ python -m build .
31
ls -l dist
32
twine upload --verbose dist/ocrd*{tar.gz,whl}
0 commit comments