We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71261f commit b23e328Copy full SHA for b23e328
.github/workflows/_build-pyobjcryst-package.yml
@@ -44,7 +44,7 @@ jobs:
44
needs: [build_sdist]
45
defaults:
46
run:
47
- shell: bash {0}
+ shell: bash -l {0}
48
49
name: cibw-wheels-${{ matrix.python[0] }}-${{ matrix.buildplat[0] }}
50
runs-on: ${{ matrix.buildplat[0] }}
@@ -78,7 +78,6 @@ jobs:
78
channels: conda-forge
79
auto-update-conda: true
80
auto-activate-base: false
81
- python-version: ${{ matrix.python[0] }}
82
83
- name: Conda config
84
run: >-
@@ -94,7 +93,6 @@ jobs:
94
93
uses: pypa/cibuildwheel@v2.21.1
95
env:
96
CIBW_BUILD: ${{ matrix.python[1] }}-${{ matrix.buildplat[1] }}
97
- CIBW_SDIST: dist/*.tar.gz
98
CONDA_PREFIX: ${{ env.CONDA_PREFIX }}
99
with:
100
output-dir: dist
0 commit comments