summaryrefslogtreecommitdiff
path: root/.github/workflows/pip-packaging-osx.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pip-packaging-osx.yml')
-rw-r--r--.github/workflows/pip-packaging-osx.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/pip-packaging-osx.yml b/.github/workflows/pip-packaging-osx.yml
index 68fae138..d7bfc66b 100644
--- a/.github/workflows/pip-packaging-osx.yml
+++ b/.github/workflows/pip-packaging-osx.yml
@@ -42,5 +42,8 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
mkdir wheelhouse
- delocate-listdeps build/src/python/dist/* && delocate-wheel --require-archs x86_64 -w wheelhouse build/src/python/dist/*
+ type delocate-listdeps
+ type delocate-wheel
+ delocate-listdeps build/src/python/dist/*
+ delocate-wheel --require-archs x86_64 -w wheelhouse build/src/python/dist/*
python -m twine upload --repository-url https://test.pypi.org/legacy/ wheelhouse/* \ No newline at end of file