Skip to content

Commit

Permalink
Merge pull request #136 from ottogroup/develop
Browse files Browse the repository at this point in the history
Fixed conda deployment issues
  • Loading branch information
alattner authored May 31, 2022
2 parents 9803df7 + 55bc849 commit bf856f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.4
1.2.4.1
2 changes: 1 addition & 1 deletion conda_recipe/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bf856f0

Please sign in to comment.