Skip to content

Commit b23e328

Browse files
committed
again
1 parent c71261f commit b23e328

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/_build-pyobjcryst-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
needs: [build_sdist]
4545
defaults:
4646
run:
47-
shell: bash {0}
47+
shell: bash -l {0}
4848

4949
name: cibw-wheels-${{ matrix.python[0] }}-${{ matrix.buildplat[0] }}
5050
runs-on: ${{ matrix.buildplat[0] }}
@@ -78,7 +78,6 @@ jobs:
7878
channels: conda-forge
7979
auto-update-conda: true
8080
auto-activate-base: false
81-
python-version: ${{ matrix.python[0] }}
8281

8382
- name: Conda config
8483
run: >-
@@ -94,7 +93,6 @@ jobs:
9493
uses: pypa/cibuildwheel@v2.21.1
9594
env:
9695
CIBW_BUILD: ${{ matrix.python[1] }}-${{ matrix.buildplat[1] }}
97-
CIBW_SDIST: dist/*.tar.gz
9896
CONDA_PREFIX: ${{ env.CONDA_PREFIX }}
9997
with:
10098
output-dir: dist

0 commit comments

Comments
 (0)