Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 19, 2023
1 parent 2739e1e commit 3b6dca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -516,12 +516,12 @@ jobs:
- name: Build Package
working-directory: ./interop/python/
run: |
python3 -m build
build
- name: Check Builds
working-directory: ./interop/python/
run: |
python3 -m twine check dist/*
twine check dist/*
- name: Publish
working-directory: ./interop/python/
run: |
python3 -m twine upload -u ${{ env.PYPI_USERNAME }} -p ${{ env.PYPI_PASSWORD }} dist/*
twine upload -u ${{ env.PYPI_USERNAME }} -p ${{ env.PYPI_PASSWORD }} dist/*

0 comments on commit 3b6dca9

Please sign in to comment.