This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new c5f1a2c ci: fix postgresql wheels not uploading (#240)
c5f1a2c is described below
commit c5f1a2c320a86994c6fcb5a2cf1833f07322a062
Author: David Li <[email protected]>
AuthorDate: Wed Dec 14 16:10:12 2022 -0500
ci: fix postgresql wheels not uploading (#240)
---
.github/workflows/packaging-wheels.yml | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/.github/workflows/packaging-wheels.yml
b/.github/workflows/packaging-wheels.yml
index 0811ab0..f24fe90 100644
--- a/.github/workflows/packaging-wheels.yml
+++ b/.github/workflows/packaging-wheels.yml
@@ -166,7 +166,7 @@ jobs:
retention-days: 7
path: |
python/adbc_driver_manager/repaired_wheels/*.whl
- python/adbc_driver_postgres/repaired_wheels/*.whl
+ python/adbc_driver_postgresql/repaired_wheels/*.whl
python/adbc_driver_sqlite/repaired_wheels/*.whl
- name: Test wheel
@@ -183,7 +183,7 @@ jobs:
shell: bash
if: github.ref == 'refs/heads/main' && (github.event.schedule ||
github.event.inputs.upload_artifacts == true)
run: |
- ./ci/scripts/python_wheel_upload.sh
python/adbc_driver_{manager,postgres,sqlite}/repaired_wheels/*.whl
+ ./ci/scripts/python_wheel_upload.sh
python/adbc_driver_{manager,postgresql,sqlite}/repaired_wheels/*.whl
env:
GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}
@@ -255,7 +255,7 @@ jobs:
retention-days: 7
path: |
python/adbc_driver_manager/repaired_wheels/*.whl
- python/adbc_driver_postgres/repaired_wheels/*.whl
+ python/adbc_driver_postgresql/repaired_wheels/*.whl
python/adbc_driver_sqlite/repaired_wheels/*.whl
- name: Test wheel
@@ -284,7 +284,7 @@ jobs:
shell: bash
if: github.ref == 'refs/heads/main' && (github.event.schedule ||
github.event.inputs.upload_artifacts == true)
run: |
- ./ci/scripts/python_wheel_upload.sh
python/adbc_driver_{manager,postgres,sqlite}/repaired_wheels/*.whl
+ ./ci/scripts/python_wheel_upload.sh
python/adbc_driver_{manager,postgresql,sqlite}/repaired_wheels/*.whl
env:
GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}
@@ -364,7 +364,7 @@ jobs:
retention-days: 7
path: |
python/adbc_driver_manager/repaired_wheels/*.whl
- python/adbc_driver_postgres/repaired_wheels/*.whl
+ python/adbc_driver_postgresql/repaired_wheels/*.whl
python/adbc_driver_sqlite/repaired_wheels/*.whl
- name: Test wheel
@@ -418,7 +418,7 @@ jobs:
retention-days: 7
path: |
python/adbc_driver_manager/dist/*.tar.gz
- python/adbc_driver_postgres/dist/*.tar.gz
+ python/adbc_driver_postgresql/dist/*.tar.gz
python/adbc_driver_sqlite/dist/*.tar.gz
- name: Test sdist
@@ -430,7 +430,7 @@ jobs:
shell: bash
if: github.ref == 'refs/heads/main' && (github.event.schedule ||
github.event.inputs.upload_artifacts == true ||
github.event.inputs.upload_artifacts == 'true')
run: |
- ./ci/scripts/python_wheel_upload.sh
python/adbc_driver_{manager,postgres,sqlite}/dist/*.tar.gz
+ ./ci/scripts/python_wheel_upload.sh
python/adbc_driver_{manager,postgresql,sqlite}/dist/*.tar.gz
env:
GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}