Skip to content

Commit

Permalink
Fix the Pypi release issue (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
  • Loading branch information
aravindavk authored Jan 3, 2024
1 parent b64b65c commit 7a8c209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
working-directory: python
run: |
rm -rf dist; VERSION=${{ env.content_apis_version }} python setup.py sdist bdist_wheel;
TWINE_PASSWORD=${{ secrets.TWINE_PASSWORD }} twine upload --username aravindavk dist/*
TWINE_PASSWORD=${{ secrets.TWINE_PASSWORD }} twine upload --username __token__ dist/*

0 comments on commit 7a8c209

Please sign in to comment.