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 e09c645 commit 557733f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ jobs:
parse_json: true
- name: Install Dependencies
run: |
sudo python3 -m pip install black build twine
sudo -H python3 -m pip install black build twine
sudo apt-get install mypy
sudo apt-get install tree
- uses: actions/download-artifact@v3
Expand Down Expand Up @@ -515,10 +515,8 @@ 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
uses: hynek/build-and-inspect-python-package@v1
with:
path: ./interop/python/
dist: ./interop/python/
working-directory: ./interop/python/
run: python3 -m build
- name: Tree (Temp)
run: tree .
- name: Check Builds
Expand Down

0 comments on commit 557733f

Please sign in to comment.