Skip to content

Commit cc20326

Browse files
committed
BUGFIX: build PyPI with python 3.12
1 parent 01daaad commit cc20326

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ jobs:
2929
fetch-depth: 0
3030

3131
- name: Set up Python 3.12
32-
uses: actions/setup-python@v4
32+
uses: actions/setup-python@v5
3333
with:
3434
python-version: '3.12'
3535

3636
- name: Install dependencies
3737
run: |
38-
python -m pip install -U pip wheel pymavlink
38+
python -m pip install -U pip wheel pymavlink build
3939
pip install -U .
4040
4141
- name: Build package
4242
run: python -m build
4343

44-
- name: Publish package distribuitions tp PyPI
44+
- name: Publish package distribuitions to PyPI
4545
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)