Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleNeutron committed Jan 30, 2025
1 parent d94e8bc commit 154d68b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,9 @@ jobs:
with:
password: ${{ secrets.PYPI_API_TOKEN }}

- name: publish-to-conda
uses: maxibor/conda-package-publish-action@v1.1
with:
subDir: 'conda'
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'
# AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit 154d68b

Please # to comment.