diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb6c296..fc192fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: - name: "Release to public PyPI" uses: ansys/actions/release-pypi-public@v8 with: - library-name: ${{ env.PACKAGE_NAME }} + library-name: ${{ env.LIBRARY_NAME }} use-trusted-publisher: true - name: "Release to GitHub" diff --git a/doc/changelog/30.maintenance.md b/doc/changelog/30.maintenance.md new file mode 100644 index 0000000..6f898ab --- /dev/null +++ b/doc/changelog/30.maintenance.md @@ -0,0 +1 @@ +fix workflow \ No newline at end of file