Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed May 22, 2024
1 parent 3c8f1a7 commit 41dc4e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
echo
pwd
echo
cd dist
ls -l
echo
cd wheelhouse
# TO DO: COMMENT ME IF THIS WORKS
for wheel_file_name in *.whl; do
if expr "$wheel_file_name" : ".*macosx_11_0.*"; then
Expand Down

0 comments on commit 41dc4e3

Please sign in to comment.