Skip to content

Commit 7fba23a

Browse files
committed
devops: do not publish 3 times on conda
1 parent 0d5a50e commit 7fba23a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python-publish.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@ jobs:
2727
twine upload dist/*
2828
2929
deploy-conda:
30-
strategy:
31-
fail-fast: false
32-
matrix:
33-
os: [ubuntu-latest, windows-latest, macos-latest]
34-
runs-on: ${{ matrix.os }}
30+
runs-on: ubuntu-latest
3531
steps:
3632
- uses: actions/checkout@v3
3733
with:

0 commit comments

Comments
 (0)