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 947c9b1Copy full SHA for 947c9b1
.github/workflows/pypi.yml
@@ -27,5 +27,6 @@ jobs:
27
TWINE_USERNAME: __token__
28
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
29
run: |
30
+ pip -m build .
31
ls -l dist
32
twine upload --verbose dist/ocrd*{tar.gz,whl}
0 commit comments