Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test aarch64 #1

Closed
wants to merge 1 commit into from
Closed

Test aarch64 #1

wants to merge 1 commit into from

Conversation

ddelange
Copy link
Owner

No description provided.

@ddelange ddelange force-pushed the patch-1 branch 14 times, most recently from 805bd1d to 7622cd5 Compare September 17, 2022 08:26
@ddelange ddelange changed the title Paralellize on arch instead of python version @ddelange Add arm64 mac and linux wheels Sep 17, 2022
@ddelange ddelange changed the title @ddelange Add arm64 mac and linux wheels Add arm64 mac and linux wheels Sep 17, 2022
@ddelange
Copy link
Owner Author

ddelange commented Sep 17, 2022

wheel builds are green 🎉 https://github.com/ddelange/asyncpg/actions/runs/3072698535

preparing for real PR:

--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,14 +10,6 @@ on:
       - "asyncpg/_version.py"

 jobs:
-  autocancel:
-    if: github.event_name == 'pull_request'
-    runs-on: ubuntu-latest
-    steps:
-      - uses: n1hility/cancel-previous-runs@v2
-        with:
-          token: ${{ secrets.GITHUB_TOKEN }}
-
   validate-release-request:
     runs-on: ubuntu-latest
     steps:
@@ -77,8 +69,7 @@ jobs:
         path: dist/*.tar.*

   build-wheels:
-    if: always()
-    # needs: validate-release-request
+    needs: validate-release-request
     runs-on: ${{ matrix.os }}
     continue-on-error: true
     strategy:
--- a/asyncpg/_version.py
+++ b/asyncpg/_version.py
@@ -10,4 +10,4 @@
 # supported platforms, publish the packages on PyPI, merge the PR
 # to the target branch, create a Git tag pointing to the commit.

-__version__ = '0.26.1b1'
+__version__ = '0.26.0'

@ddelange ddelange changed the title Add arm64 mac and linux wheels Test aarch64 Sep 17, 2022
@ddelange
Copy link
Owner Author

closing in favour of MagicStack#954

@ddelange ddelange closed this Sep 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant