Skip to content

Commit

Permalink
Remove 'library-namespace' argument from 'build-wheelhouse' action
Browse files Browse the repository at this point in the history
The 'library-namespace' argument is no longer needed since
version 4.1 of the 'build-wheelhouse' action.
  • Loading branch information
greschd committed Aug 3, 2023
1 parent b842d53 commit 16d2fb4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ jobs:
uses: ansys/actions/build-wheelhouse@v4
with:
library-name: "ansys-dpf-composites"
library-namespace: "ansys.dpf.composites"
operating-system: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 16d2fb4

Please sign in to comment.