Skip to content

Commit

Permalink
Merge pull request #1782 from bnmajor/packaging-fixes
Browse files Browse the repository at this point in the history
Continue to use tar.bz2 files instead of new default .conda files
  • Loading branch information
psavery authored Feb 4, 2025
2 parents 32aa239 + 2f285cd commit e559db4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ jobs:
- name: Upload the package to anaconda channel (only on master)
if: github.ref == 'refs/heads/master' || contains(github.ref, 'refs/tags/')
working-directory: hexrdgui/packaging
# force tar.bz2 files with '--set conda_build.pkg_format 1'
run: |
conda activate hexrdgui-package
conda install --override-channels -c conda-forge anaconda-client
conda config --set conda_build.pkg_format 1
anaconda --token ${{ secrets.ANACONDA_TOKEN }} upload --force --user HEXRD --label ${HEXRDGUI_PACKAGE_LABEL} output/**/*.tar.bz2
# This is need to ensure ~/.profile or ~/.bashrc are used so the activate
# command works.
Expand Down

0 comments on commit e559db4

Please sign in to comment.