diff --git a/.github/workflows/pyinstaller_win.yml b/.github/workflows/pyinstaller_win.yml index b78783e8..a018d369 100644 --- a/.github/workflows/pyinstaller_win.yml +++ b/.github/workflows/pyinstaller_win.yml @@ -74,5 +74,5 @@ jobs: path: "standalone/dist" - uses: ncipollo/release-action@v1 with: - artifacts: standalone/TissUUmaps_winInstaller.exe + artifacts: standalone/dist/TissUUmaps_winInstaller.exe token: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 8168751d..4d47ab94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.1.0 +## 3.1 - Adding HDF5 support on the client side - Adding AnnData support on the server side / GUI diff --git a/tissuumaps/VERSION b/tissuumaps/VERSION index 9da171f6..8c50098d 100644 --- a/tissuumaps/VERSION +++ b/tissuumaps/VERSION @@ -1 +1 @@ -3.1rc3 +3.1