Skip to content

Commit ef1e88f

Browse files
committed
Merge branch 'v1.3-ossivalis'
2 parents 688c95a + 9bcbbab commit ef1e88f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/upload_to_pypi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ jobs:
5757
AWS_ACCESS_KEY_ID: ${{ secrets.S3_DUCKDB_STAGING_ID }}
5858
AWS_SECRET_ACCESS_KEY: ${{ secrets.S3_DUCKDB_STAGING_KEY }}
5959
run: |
60+
sha=${{ inputs.sha }}
6061
mkdir packages
61-
aws s3 cp --recursive "${S3_URL}" packages
62+
aws s3 cp --recursive s3://duckdb-staging/${{ github.repository }}/${sha:0:10}/ packages
6263
6364
- name: Upload artifacts to PyPI
6465
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)