From 7a4209c94b2da543e837360cc9a4f60f34ab14a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ole-Christian=20Galbo=20Engstr=C3=B8m?= Date: Thu, 23 Jan 2025 20:47:03 +0100 Subject: [PATCH] Attempting to fix publishing --- .github/actions/release/action.yml | 4 +++- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/actions/release/action.yml b/.github/actions/release/action.yml index 4c683e4..116a2db 100644 --- a/.github/actions/release/action.yml +++ b/.github/actions/release/action.yml @@ -23,6 +23,7 @@ runs: "$GITHUB_REF_NAME" --repo "$GITHUB_REPOSITORY" --notes "" + shell: bash - name: Upload artifact signatures to GitHub Release env: GITHUB_TOKEN: ${{ github.token }} @@ -32,4 +33,5 @@ runs: run: >- gh release upload "$GITHUB_REF_NAME" dist/** - --repo "$GITHUB_REPOSITORY" \ No newline at end of file + --repo "$GITHUB_REPOSITORY" + shell: bash \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 5338067..079f3e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ikpls" -version = "1.2.5.post3" +version = "1.2.5.post4" description = "Improved Kernel PLS and Fast Cross-Validation." authors = ["sm00thix "] maintainers = ["sm00thix "]