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 34a565e commit 0f30851Copy full SHA for 0f30851
.github/workflows/publish.yml
@@ -21,8 +21,10 @@ jobs:
21
with:
22
python-version: '3.x'
23
24
- - name: Install Build Tools
+ - name: Install Build Tools and Git
25
run: |
26
+ sudo apt-get update
27
+ sudo apt-get install -y git
28
python -m pip install --upgrade pip
29
pip install build
30
@@ -56,9 +58,9 @@ jobs:
56
58
- name: Build Conda Package
57
59
60
source /usr/share/miniconda/bin/activate
- conda-build .
61
+ conda build conda-recipe
62
- - name: publish-to-conda
63
+ - name: Publish to Conda
64
uses: fcakyon/[email protected]
65
66
anacondatoken: ${{ secrets.ANACONDA_TOKEN }}
0 commit comments