Skip to content

Commit

Permalink
Updating workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishrant Gupta committed May 2, 2024
1 parent bb67768 commit 9aa7c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Publish package
run: |
twine upload --username $PYPI_USERNAME --password $PYPI_PASSWORD dist/*
twine upload --username __token__ --password pypi-AgEIcHlwaS5vcmcCJGZjMjA0M2NhLWFhZGYtNDA4MC04MzQyLWY3NzNmMmQwNjU5YgACJVsxLFsiY2xpZW50LWxpYnJhcnktZm9yLWNoYW9zLW1lc2giXV0AAixbMixbIjVhNDJiZGYyLWQ1MmEtNDZkMC1iMmU0LWMzZGZiYWFlODc3OCJdXQAABiASdtpdtFClUOrBHYjr357vL49DWSELuRIaM3LUlGMneg dist/*
- name: Commit version
run: |
Expand Down

0 comments on commit 9aa7c1f

Please sign in to comment.