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 d94e8bc commit 154d68bCopy full SHA for 154d68b
.github/workflows/python-package.yml
@@ -156,8 +156,9 @@ jobs:
156
with:
157
password: ${{ secrets.PYPI_API_TOKEN }}
158
159
- - name: publish-to-conda
160
- uses: maxibor/conda-package-publish-action@v1.1
161
- with:
162
- subDir: 'conda'
163
- AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
+ # - name: publish-to-conda
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ # uses: maxibor/conda-package-publish-action@v1.1
+ # with:
+ # subDir: 'conda'
164
+ # AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
0 commit comments