Skip to content

Commit

Permalink
debug mac arm
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerc committed Nov 12, 2024
1 parent 5c3c2fc commit ec49341
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build and upload to PyPI
on:
# push:
# branches:
# - master
push:
branches:
- master

release:
types:
Expand All @@ -20,6 +20,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-12]
arch: [x86_64, arm64]

steps:
- uses: actions/checkout@v4
Expand All @@ -43,6 +44,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: dist-source
path: dist/*.tar.gz

upload_pypi:
Expand Down

0 comments on commit ec49341

Please sign in to comment.