Skip to content

Commit

Permalink
Merge pull request #238 from fixstars/fix/BinarySaver
Browse files Browse the repository at this point in the history
fix/binary saver
  • Loading branch information
iitaku authored Feb 7, 2024
2 parents 3ee8deb + df7ac02 commit 9b332be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/python_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion src/bb/image-io/bb.h
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,6 @@ class BinarySaver : public ion::BuildingBlock<BinarySaver<T, D>> {

Input<int32_t> width{ "width" };
Input<int32_t> height{ "height" };
Input<int32_t> color_channel{ "color_channel" };

Output<int32_t> output{"output"};

Expand Down

0 comments on commit 9b332be

Please sign in to comment.