We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea52f77 commit cb3e71dCopy full SHA for cb3e71d
.github/workflows/publish.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Install dependencies
45
run: |
46
sudo apt-get update && sudo apt-get install openssl curl
47
- conda install -y anaconda-client conda-build conda-verify
+ conda install -y python=3.12 anaconda-client conda-build conda-verify
48
python -m pip install --upgrade pip
49
pip install setuptools wheel build
50
- name: Publish distribution to Anaconda
0 commit comments