Skip to content

Commit 262e11a

Browse files
committed
delocate
1 parent 7f888b4 commit 262e11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
PATH=$base/python-3.9.11/bin:$PATH python3 -m pip install --upgrade pip setuptools wheel
125125
PATH=$base/python-3.9.11/bin:$PATH python3 -m pip install build delocate
126126
PATH=$base/python-3.9.11/bin:$PATH python3 -m build -w
127-
PATH=$base/python-3.9.11/bin:$PATH python3 -m delocate-wheel dist/*.whl -w audited
127+
PATH=$base/python-3.9.11/bin:$PATH delocate-wheel dist/*.whl -w audited
128128
129129
- name: Publish a Python distribution to PyPI
130130
uses: ortega2247/pypi-upload-action@master

0 commit comments

Comments
 (0)