Skip to content

Commit

Permalink
Fix wheelhouse naming (#1232)
Browse files Browse the repository at this point in the history
* Test wheelhouse name

* Fix wheelhouse naming

* Fix wheelhouse naming

(cherry picked from commit 8b0180a)
  • Loading branch information
PProfizi committed Oct 19, 2023
1 parent ff3c957 commit 8fc3adc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,9 @@ jobs:
export IFS='-'
read -a strarr <<< $wheel_name
export version="${strarr[1]}"
export name=ansys-dpf-core-v$version-wheelhouse-${{ runner.os }}-${{ matrix.python-version }}.zip
echo "name=${name}" >> $GITHUB_OUTPUT
echo $version
export name=ansys-dpf-core-v${version}-wheelhouse-${{ runner.os }}-${{ matrix.python-version }}.zip
echo "name=${name}" >> "$GITHUB_OUTPUT"
- name: "Zip wheelhouse"
if: inputs.wheelhouse == 'true'
Expand Down

0 comments on commit 8fc3adc

Please sign in to comment.