Skip to content

Commit

Permalink
update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
adorton-adobe committed Aug 7, 2023
1 parent da1b7b3 commit 8fbeb83
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.10'
python-version: '3.11'
- name: Get version tag
id: get_version
uses: battila7/get-version-action@v2
Expand All @@ -29,9 +29,9 @@ jobs:
sudo apt update
sudo apt-get install -y software-properties-common \
build-essential \
python3-dev python3-pip python3.10-venv \
python3-dev python3-pip python3.11-venv \
pkg-config libssl-dev libdbus-1-dev libdbus-glib-1-dev libffi-dev libkrb5-dev
- name: Python dependencies
- name: Build the executable
run: |
python3 -m venv venv
source venv/bin/activate
Expand All @@ -40,8 +40,7 @@ jobs:
pip install -e .
pip install -e .[test]
pip install -e .[setup]
- name: Build executable
run: make
make
env:
UST_EXTENSION: ${{matrix.extension_support}}
- name: Get build
Expand Down

0 comments on commit 8fbeb83

Please sign in to comment.