Skip to content

Commit

Permalink
CI #578
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Nov 24, 2021
1 parent df65fa7 commit 89d2e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-anaconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
publish: ${{ github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') }}
test_all: ${{(github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')) || (github.ref == 'refs/heads/main')}}
convert_win: false
convert_osx: true
convert_osx: false

0 comments on commit 89d2e9f

Please sign in to comment.