Skip to content

Commit

Permalink
Issue #12 remove plat-name flag and many linux
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Feb 22, 2024
1 parent eb7e749 commit b7d26a2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
cmake -G "Visual Studio 17" -A Win32 -DBUILD_PYTHON:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON -Dndicapi_BUILD_APPLICATIONS:BOOL=OFF -DCMAKE_INSTALL_PREFIX=../install ..
cmake --build .
cd ../
python.exe -m build --plat-name win32
python.exe -m build
rm -r build
rm -r install
Expand All @@ -64,12 +64,6 @@ jobs:
cd ..
python -m build
- name: build ubuntu manylinux
if: matrix.os == 'ubuntu-latest'
uses: RalfG/[email protected]_x86_64
with:
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310'

- name: build macos
if: matrix.os == 'macos-latest'
run: |
Expand Down

0 comments on commit b7d26a2

Please sign in to comment.