]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Reenable macOS mypyc wheel build (#3511)
authorRichard Si <sichard26@gmail.com>
Sat, 21 Jan 2023 07:50:00 +0000 (02:50 -0500)
committerGitHub <noreply@github.com>
Sat, 21 Jan 2023 07:50:00 +0000 (23:50 -0800)
Hatchling implemented a workaround for the 'technically right tag but no
one understands it, including pip' issue so this should work now.

.github/workflows/pypi_upload.yml

index ee1c1fa7bcf2390255cc383bd51cfdfefbbd77fd..6b3eb903d844e65e8ea6f593cd2695a5cd21d8e3 100644 (file)
@@ -47,13 +47,12 @@ jobs:
           - os: macos-11
             name: macos-x86_64
             macos_arch: "x86_64"
-          # Only build x86_64 wheels on macos until #3312 is fixed
-          # - os: macos-11
-          #   name: macos-arm64
-          #   macos_arch: "arm64"
-          # - os: macos-11
-          #   name: macos-universal2
-          #   macos_arch: "universal2"
+          - os: macos-11
+            name: macos-arm64
+            macos_arch: "arm64"
+          - os: macos-11
+            name: macos-universal2
+            macos_arch: "universal2"
 
     steps:
       - uses: actions/checkout@v3