diff --git a/.github/workflows/python_publish.yml b/.github/workflows/python_publish.yml index c3c5b7d6..26bf68d6 100644 --- a/.github/workflows/python_publish.yml +++ b/.github/workflows/python_publish.yml @@ -95,26 +95,6 @@ jobs: name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }} path: python/wheelhouse/*.whl -# build_sdist: -# name: Build source distribution -# runs-on: ubuntu-latest -# steps: -# - uses: actions/checkout@v4 -# -# - name: Build sdist -# run: | -# export ION_KIT_VERSION=${{ github.event.release.tag_name }} -# pip install build && cd python && python -m build --sdist -# - - - uses: actions/upload-artifact@v4 - with: - name: cibw-sdist - path: python/dist/*.tar.gz - # to supply options, put them in 'env', like: - # env: - # CIBW_SOME_OPTION: value - upload_TEST_PYPI: needs: [build_wheels] runs-on: ubuntu-latest diff --git a/src/bb/image-io/bb.h b/src/bb/image-io/bb.h index e713f238..eef0c33e 100644 --- a/src/bb/image-io/bb.h +++ b/src/bb/image-io/bb.h @@ -1052,7 +1052,6 @@ class BinarySaver : public ion::BuildingBlock> { Input width{ "width" }; Input height{ "height" }; - Input color_channel{ "color_channel" }; Output output{"output"};