Skip to content

Commit

Permalink
python: re-enable macos deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
clbarnes committed Jan 23, 2024
1 parent 834f48d commit 17181df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nblast-py.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
os:
# - macos-latest
- macos-latest
- windows-latest
- ubuntu-22.04
needs: [lint, test]
Expand All @@ -80,4 +80,4 @@ jobs:
manylinux: auto
command: publish
args: -u __token__ -p ${{ secrets.MATURIN_PASSWORD }} --skip-existing --universal2
name: Deploy wheels
name: Deploy distribution

0 comments on commit 17181df

Please sign in to comment.