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