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 eaf5ff3 commit 9dbcc31
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -514,14 +514,15 @@ jobs:
./artifacts/radix-engine-toolkit-uniffi-x86_64-pc-windows-gnu/radix_engine_toolkit_uniffi.dll \
./interop/python/radix_engine_toolkit/x86_64-pc-windows-gnu
- name: Build Package
working-directory: ./interop/python/
run: |
build
uses: hynek/build-and-inspect-python-package@v1
with:
path: ./interop/python/
dist: ./interop/python/dist
- name: Check Builds
working-directory: ./interop/python/
run: |
twine check dist/*
python3 -m twine check dist/*
- name: Publish
working-directory: ./interop/python/
run: |
twine upload -u ${{ env.PYPI_USERNAME }} -p ${{ env.PYPI_PASSWORD }} dist/*
python3 -m twine upload -u ${{ env.PYPI_USERNAME }} -p ${{ env.PYPI_PASSWORD }} dist/*

0 comments on commit 9dbcc31

Please sign in to comment.