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 2cf3c85 commit a8210edCopy full SHA for a8210ed
.github/workflows/pypi.yml
@@ -27,5 +27,5 @@ jobs:
27
TWINE_USERNAME: __token__
28
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
29
run: |
30
- version=${{ github.ref_name }}
31
- twine upload --verbose dist/ocrd*${version:1}*{tar.gz,whl}
+ ls -l dist
+ twine upload --verbose dist/ocrd*{tar.gz,whl}
0 commit comments