Skip to content

Commit

Permalink
troubleshoot schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 14, 2023
1 parent f448028 commit f16ebe8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,20 @@ jobs:
name: schemas.py
path: ${{ github.workspace }}/languages/python/BitwardenClient/schemas.py

- name: Ensure schemas # TODO: remove this
run: |
ls -hal ${{ github.workspace }}/languages/python/BitwardenClient/
cat ${{ github.workspace }}/languages/python/BitwardenClient/schemas.py || exit 1
- name: Build wheels
uses: PyO3/maturin-action@b9e8f88fd4448fdecf5095864cdc7e39a544aa9f # v1.40.7
with:
target: ${{ matrix.settings.target }}
args: --release --find-interpreter
args: --release --find-interpreter --sdist
sccache: 'true'
manylinux: auto
working-directory: ${{ github.workspace }}/languages/python
# before-script-linux: |

- name: Upload artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
Expand Down

0 comments on commit f16ebe8

Please sign in to comment.