Skip to content

Commit a8210ed

Browse files
author
Robert Sachunsky
committed
PyPI CD: use whatever is in dist
1 parent 2cf3c85 commit a8210ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ jobs:
2727
TWINE_USERNAME: __token__
2828
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
2929
run: |
30-
version=${{ github.ref_name }}
31-
twine upload --verbose dist/ocrd*${version:1}*{tar.gz,whl}
30+
ls -l dist
31+
twine upload --verbose dist/ocrd*{tar.gz,whl}

0 commit comments

Comments
 (0)