Skip to content

Commit

Permalink
ci: remove publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Apr 19, 2024
1 parent c6df342 commit bac8d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:

release_conda_package:
name: publish python package to anaconda
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
runs-on: ubuntu-latest
needs:
- test-linux
Expand Down

0 comments on commit bac8d30

Please sign in to comment.