From 55bc849e20baf9a1e5219823b202dea73ddbf916 Mon Sep 17 00:00:00 2001
From: Andreas Lattner <andreas.lattner@ottogroup.com>
Date: Tue, 31 May 2022 16:14:15 +0200
Subject: [PATCH] Fixed conda deployment issues

---
 .github/workflows/deploy_to_pypi.yml | 3 +++
 VERSION                              | 2 +-
 conda_recipe/conda_upload.sh         | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/deploy_to_pypi.yml b/.github/workflows/deploy_to_pypi.yml
index 1dcc2a4..7ec83ef 100644
--- a/.github/workflows/deploy_to_pypi.yml
+++ b/.github/workflows/deploy_to_pypi.yml
@@ -19,6 +19,9 @@ jobs:
         env:
           PYPI_USERNAME: ${{ secrets.PYPI_USERNAME }}
           PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
+      - name: Add conda to path
+        run: |
+          echo $CONDA/bin >> $GITHUB_PATH
       - name: Deploy to conda
         run: ./conda_recipe/conda_upload.sh
         shell: bash
diff --git a/VERSION b/VERSION
index e8ea05d..dc4c08b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.2.4
+1.2.4.1
diff --git a/conda_recipe/conda_upload.sh b/conda_recipe/conda_upload.sh
index 8c3e28d..e64dc7f 100755
--- a/conda_recipe/conda_upload.sh
+++ b/conda_recipe/conda_upload.sh
@@ -8,7 +8,7 @@ set -ev
 PKG_NAME=palladium
 USER=ottogroup
 
-OS=$TRAVIS_OS_NAME-64
+OS=linux-64
 mkdir ~/conda-bld
 
 conda install conda-build