Skip to content

Commit

Permalink
Attempting to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole-Christian Galbo Engstrøm committed Jan 23, 2025
1 parent 8874439 commit 7a4209c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/actions/release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -32,4 +33,5 @@ runs:
run: >-
gh release upload
"$GITHUB_REF_NAME" dist/**
--repo "$GITHUB_REPOSITORY"
--repo "$GITHUB_REPOSITORY"
shell: bash
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
maintainers = ["sm00thix <[email protected]>"]
Expand Down

0 comments on commit 7a4209c

Please sign in to comment.