mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-07-29 09:29:46 +03:00
Faster
This commit is contained in:
parent
81764681a0
commit
d780f646fb
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
|
@ -156,15 +156,11 @@ jobs:
|
||||||
# Read about options here https://cibuildwheel.readthedocs.io/en/stable/options
|
# Read about options here https://cibuildwheel.readthedocs.io/en/stable/options
|
||||||
env:
|
env:
|
||||||
CIBW_ARCHS: arm64
|
CIBW_ARCHS: arm64
|
||||||
# This changes the default in order to place the wheel in "repaired_wheels"
|
CIBW_BUILD: cp39-macosx_arm64
|
||||||
# The -w argument requires an absolute path
|
|
||||||
# CIBW_REPAIR_WHEEL_COMMAND: "delocate-listdeps {wheel} && delocate-wheel --require-archs {delocate_archs} -w ${{ github.workspace}}/repaired_wheels {wheel}"
|
|
||||||
# This allows substitution within setup.py
|
# This allows substitution within setup.py
|
||||||
PACKAGE_NAME: psycopg2-binary
|
PACKAGE_NAME: psycopg2-binary
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
ls -l
|
|
||||||
ls -l dist
|
|
||||||
ls -l wheelhouse
|
ls -l wheelhouse
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
|
|
Loading…
Reference in New Issue
Block a user