Skip to content

Commit

Permalink
BUGFIX: build PyPI with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Jun 17, 2024
1 parent 01daaad commit dcc6260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:
fetch-depth: 0

- name: Set up Python 3.12
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install dependencies
run: |
python -m pip install -U pip wheel pymavlink
python -m pip install -U pip wheel pymavlink build
pip install -U .
- name: Build package
run: python -m build

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

0 comments on commit dcc6260

Please sign in to comment.