Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Oct 16, 2023
1 parent 110af3a commit 36613b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,14 @@ jobs:
wheel tags --python-tag py3 --abi-tag none dist/*linux*.whl --remove || echo "hello"
wheel tags --python-tag py3 --abi-tag none --platform-tag macosx_arm64 dist/*-macosx*.whl --remove || echo "hello"
# build sdist
# build sdis, only on linux
- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
run:
pip install poetry
make install
- name: Build sdist
if: matrix.os == 'ubuntu-latest'
run: poetry build --format sdist

- run: ls dist
Expand Down

0 comments on commit 36613b1

Please sign in to comment.