- Notifications
You must be signed in to change notification settings - Fork328
Ubuntu PostgresML Python package#18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
name:Ubuntu PostgresML Python package | |
on: | |
workflow_dispatch: | |
inputs: | |
packageVersion: | |
default:"2.8.4" | |
jobs: | |
postgresml-python: | |
strategy: | |
fail-fast:false# Let the other job finish | |
matrix: | |
os:["buildjet-4vcpu-ubuntu-2204", "buildjet-4vcpu-ubuntu-2204-arm", "ubuntu-24.04"] | |
runs-on:${{ matrix.os }} | |
steps: | |
-uses:actions/checkout@v3 | |
-name:Build and release package | |
env: | |
AWS_ACCESS_KEY_ID:${{ vars.AWS_ACCESS_KEY_ID }} | |
AWS_SECRET_ACCESS_KEY:${{ secrets.AWS_SECRET_ACCESS_KEY }} | |
AWS_DEFAULT_REGION:${{ vars.AWS_DEFAULT_REGION }} | |
run:| | |
bash packages/postgresml-python/release.sh ${{ inputs.packageVersion }} |