Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 21, 2023
1 parent 4cf04e5 commit 74e1887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ jobs:
- name: Publish
working-directory: ./interop/python/
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ env.PYPI_TOKEN }}
TWINE_USERNAME: ${{ env.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ env.PYPI_PASSWORD }}
run: |
python3 -m twine upload dist/* --verbose

0 comments on commit 74e1887

Please sign in to comment.