Skip to content

Commit

Permalink
move publish conda after test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
PaleNeutron authored Nov 20, 2024
1 parent 1eee6e9 commit 9f33d77
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,9 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}

- name: publish-to-conda
uses: maxibor/[email protected]
with:
subDir: 'conda'
AnacondaToken: ${{ secrets.ANACONDA_TOKEN }}

0 comments on commit 9f33d77

Please sign in to comment.