Replies: 1 comment 2 replies
-
I see that your build backend is poetry, and that is invoking setuptools in |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to get ARM64 builds published for M1 builds. I have this github action:
https://github.com/sontek/tfparse/blob/fix-arm64-builds/.github/workflows/release.yml#L31-L59
When it runs it does:
When I expected an arm64 wheel. Am I doing something wrong here?
This is the full action:
https://github.com/sontek/tfparse/actions/runs/3283882306/jobs/5409160527
Beta Was this translation helpful? Give feedback.
All reactions