Skip to content

Commit

Permalink
devops: do not publish 3 times on conda
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed Aug 9, 2023
1 parent 0d5a50e commit 7fba23a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,7 @@ jobs:
twine upload dist/*
deploy-conda:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand Down

1 comment on commit 7fba23a

@ofek
Copy link

@ofek ofek commented on 7fba23a Sep 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 😄

Please sign in to comment.