Skip to content

Commit 8fbeb83

Browse files
committed
update release config
1 parent da1b7b3 commit 8fbeb83

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/package.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v2
2222
with:
23-
python-version: '3.10'
23+
python-version: '3.11'
2424
- name: Get version tag
2525
id: get_version
2626
uses: battila7/get-version-action@v2
@@ -29,9 +29,9 @@ jobs:
2929
sudo apt update
3030
sudo apt-get install -y software-properties-common \
3131
build-essential \
32-
python3-dev python3-pip python3.10-venv \
32+
python3-dev python3-pip python3.11-venv \
3333
pkg-config libssl-dev libdbus-1-dev libdbus-glib-1-dev libffi-dev libkrb5-dev
34-
- name: Python dependencies
34+
- name: Build the executable
3535
run: |
3636
python3 -m venv venv
3737
source venv/bin/activate
@@ -40,8 +40,7 @@ jobs:
4040
pip install -e .
4141
pip install -e .[test]
4242
pip install -e .[setup]
43-
- name: Build executable
44-
run: make
43+
make
4544
env:
4645
UST_EXTENSION: ${{matrix.extension_support}}
4746
- name: Get build

0 commit comments

Comments
 (0)