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 453e1e6 commit cf4be0bCopy full SHA for cf4be0b
.github/workflows/deploy.yml
@@ -23,6 +23,6 @@ jobs:
23
ADK_VERSION: ${{github.event.release.tag_name }}
24
TWINE_USERNAME: __token__
25
TWINE_PASSWORD: ${{secrets.TWINE_TOKEN }}
26
- - run: |
+ run: |
27
python3 setup.py sdist bdist_wheel --universal
28
twine upload -r pypi dist/*
0 commit comments