Skip to content

Commit 7da2dc3

Browse files
authored
nit: remove stray space (#7430)
1 parent 09d80a5 commit 7da2dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
CFLAGS="-I${HOME}/openssl-macos-universal2/include" \
165165
../venv/bin/python setup.py bdist_wheel --py-limited-api=${{ matrix.PYTHON.ABI_VERSION }} && mv dist/cryptography*.whl ../wheelhouse
166166
env:
167-
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.PYTHON.DEPLOYMENT_TARGET }}
167+
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.PYTHON.DEPLOYMENT_TARGET }}
168168
ARCHFLAGS: ${{ matrix.PYTHON.ARCHFLAGS }}
169169
_PYTHON_HOST_PLATFORM: ${{ matrix.PYTHON._PYTHON_HOST_PLATFORM }}
170170
- run: venv/bin/pip install -f wheelhouse --no-index cryptography

0 commit comments

Comments
 (0)