Skip to content

Commit

Permalink
Releases can be made from any branch. Includes conda and pypi packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
vhaasteren committed Nov 15, 2023
1 parent 6b7d117 commit 5c757a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
conda config --set anaconda_upload no
conda build recipe/
- name: Upload conda package to Anaconda Cloud
if: github.event_name == 'release' && github.ref == 'refs/heads/main'
if: github.event_name == 'release'
run: |
echo "Uploading to Anaconda Cloud..."
anaconda -t ${{ secrets.ANACONDA_API_TOKEN }} upload $(conda build recipe/ --output)
Expand Down

0 comments on commit 5c757a5

Please sign in to comment.