Skip to content

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
Development

Successfully merging this pull request may close these issues.

1 participant