Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 20, 2023
1 parent 13e622d commit 82029b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ jobs:
run: |
sudo python3 -m pip install black build twine
sudo apt-get install mypy
twine --version
- uses: actions/download-artifact@v3
with:
path: artifacts
Expand Down Expand Up @@ -521,8 +522,8 @@ jobs:
- 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 82029b5

Please sign in to comment.