Skip to content

Commit 154d68b

Browse files
committed
fix ci
1 parent d94e8bc commit 154d68b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,9 @@ jobs:
156156
with:
157157
password: ${{ secrets.PYPI_API_TOKEN }}
158158

159-
- name: publish-to-conda
160-
uses: maxibor/[email protected]
161-
with:
162-
subDir: 'conda'
163-
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}
159+
# - name: publish-to-conda
160+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
161+
# uses: maxibor/[email protected]
162+
# with:
163+
# subDir: 'conda'
164+
# AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}

0 commit comments

Comments
 (0)