diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 8e3ee6082..d93412797 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -134,9 +134,7 @@ jobs: working-directory: hexrdgui/packaging run: | conda activate hexrdgui-package - # FIXME: downgrade urllib3 until this issue is fixed: - # https://github.com/Anaconda-Platform/anaconda-client/issues/654 - conda install --override-channels -c conda-forge anaconda-client 'urllib3<2.0.0' + conda install --override-channels -c conda-forge anaconda-client 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.