We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f888b4 commit 262e11aCopy full SHA for 262e11a
.github/workflows/build_osx.yml
@@ -124,7 +124,7 @@ jobs:
124
PATH=$base/python-3.9.11/bin:$PATH python3 -m pip install --upgrade pip setuptools wheel
125
PATH=$base/python-3.9.11/bin:$PATH python3 -m pip install build delocate
126
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
+ PATH=$base/python-3.9.11/bin:$PATH delocate-wheel dist/*.whl -w audited
128
129
- name: Publish a Python distribution to PyPI
130
uses: ortega2247/pypi-upload-action@master
0 commit comments