Skip to content

Commit

Permalink
...please
Browse files Browse the repository at this point in the history
  • Loading branch information
jvmncs committed Jul 21, 2022
1 parent 303adb5 commit e6021d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
ls -lh ${{ steps.py3.outputs.python-path }}
ls -lh ${{ env.pythonLocation }}
which python
${{ steps.py3.outputs.python-path }} -c "print("hey")
${{ steps.py3.outputs.python-path }} -c "print("hey")"
- name: Build wheel
uses: messense/maturin-action@v1
with:
target: x86_64
manylinux: auto
command: build
args: --release --sdist -i ${{ env.pythonLocation }}/bin/python -o dist
args: --release --sdist -i python${{ matrix.python-version }} -o dist
- name: Install wheel
run: |
pip install hpke_spec --no-index --find-links dist --force-reinstall
Expand Down

0 comments on commit e6021d3

Please sign in to comment.