Skip to content

Commit

Permalink
GA
Browse files Browse the repository at this point in the history
  • Loading branch information
FI-Mihej committed Mar 22, 2024
1 parent 9231ef0 commit e5021c3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build__macos__shell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
export ARCHFLAGS="-arch x86_64"
python -m pip wheel . -w ./wheelhouse_temp/
ls -la ./wheelhouse_temp/
rename_wheel__github_actions__macos__cpython.sh ${{ matrix.python-version }} ${{ matrix.os }}
./rename_wheel__github_actions__macos__cpython.sh ${{ matrix.python-version }} ${{ matrix.os }}
cp -R ./wheelhouse_temp/cengal-*.whl ./wheelhouse/
ls -la ./wheelhouse/
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
export ARCHFLAGS="-arch arm64"
python -m pip wheel . -w ./wheelhouse_temp/
ls -la ./wheelhouse_temp/
rename_wheel__github_actions__macos__cpython.sh ${{ matrix.python-version }} ${{ matrix.os }}
./rename_wheel__github_actions__macos__cpython.sh ${{ matrix.python-version }} ${{ matrix.os }}
cp -R ./wheelhouse_temp/cengal-*.whl ./wheelhouse/
ls -la ./wheelhouse/
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
export ARCHFLAGS="-arch x86_64"
python -m pip wheel . -w ./wheelhouse_temp/
ls -la ./wheelhouse_temp/
rename_wheel__github_actions__macos__pypy.sh ${{ matrix.python-version }} ${{ matrix.os }}
./rename_wheel__github_actions__macos__pypy.sh ${{ matrix.python-version }} ${{ matrix.os }}
cp -R ./wheelhouse_temp/cengal-*.whl ./wheelhouse/
ls -la ./wheelhouse/
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
export ARCHFLAGS="-arch arm64"
python -m pip wheel . -w ./wheelhouse_temp/
ls -la ./wheelhouse_temp/
rename_wheel__github_actions__macos__pypy.sh ${{ matrix.python-version }} ${{ matrix.os }}
./rename_wheel__github_actions__macos__pypy.sh ${{ matrix.python-version }} ${{ matrix.os }}
cp -R ./wheelhouse_temp/cengal-*.whl ./wheelhouse/
ls -la ./wheelhouse/
Expand Down

0 comments on commit e5021c3

Please sign in to comment.