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 ca09603 commit c6b6f81Copy full SHA for c6b6f81
.github/workflows/release.yml
@@ -54,6 +54,8 @@ jobs:
54
TWINE_USERNAME: __token__
55
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
56
run: |
57
+ # twin is installed in the venv in "Test release"
58
+ . .venv/bin/activate
59
twine upload --non-interactive dist/trino-${{env.NEXT_VERSION_NUMBER}}-py3-none-any.whl dist/trino-${{env.NEXT_VERSION_NUMBER}}.tar.gz
60
61
- name: Finalize release
0 commit comments