Skip to content

Commit cf4be0b

Browse files
authored
corrected stages
1 parent 453e1e6 commit cf4be0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
ADK_VERSION: ${{github.event.release.tag_name }}
2424
TWINE_USERNAME: __token__
2525
TWINE_PASSWORD: ${{secrets.TWINE_TOKEN }}
26-
- run: |
26+
run: |
2727
python3 setup.py sdist bdist_wheel --universal
2828
twine upload -r pypi dist/*

0 commit comments

Comments
 (0)