Log into GHCR

This commit is contained in:
Robert Taylor 2023-07-16 18:29:11 +00:00 committed by Rob Taylor
parent 23df3ed2e1
commit 219c231005
1 changed files with 7 additions and 0 deletions

View File

@ -113,6 +113,13 @@ jobs:
with:
key: ${{ matrix.python }}-${{ matrix.buildplat[1] }}
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build wheels
uses: pypa/cibuildwheel@66b46d086804a9e9782354100d96a3a445431bca # v2.14.0
env: