We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ebcd6 commit 8d5d629Copy full SHA for 8d5d629
.github/workflows/release_conda.yml
@@ -24,26 +24,8 @@ jobs:
24
actions: write
25
checks: read
26
steps:
27
- - name: Checkout repository
28
- uses: actions/checkout@v4
29
- with:
30
- fetch-depth: 0
31
-
32
- - name: Setup Miniconda and mamba
33
- uses: conda-incubator/setup-miniconda@v3
34
35
- python-version: ${{ matrix.pyv }}
36
- auto-update-conda: true
37
- activate-environment: base
38
- use-mamba: true
39
40
- - name: Install build tools
41
- run: |
42
- mamba install -y -c conda-forge anaconda-client conda-build conda-verify
43
44
- - name: Add conda to system PATH
45
- run: echo $CONDA/bin >> $GITHUB_PATH
46
+
47
- name: Publish to Conda
48
uses: fcakyon/conda-publish-action@v1.3
49
with:
0 commit comments