3 Commits
v2.13 ... v2.14

Author SHA1 Message Date
Xavier Olive
144ee1710d fix publish 2022-12-30 19:46:15 +01:00
Xavier Olive
09ed997f91 fix publish 2022-12-30 19:40:25 +01:00
Xavier Olive
e437931254 fix publish 2022-12-30 19:36:16 +01:00
2 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ on:
env:
POETRY_VERSION: "1.3.1"
PYTHON_VERSION: "3.10"
jobs:
deploy:
@@ -27,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: ${{ env.PYTHON_VERSION }}
python-version: ${{ matrix.python-version }}
- name: Add poetry to windows path
if: "startsWith(runner.os, 'windows')"
@@ -60,7 +59,7 @@ jobs:
poetry run twine upload dist/*.whl
- name: Build and publish (source)
if: ${{ startsWith(runner.os, 'ubuntu') && env.PYTHON_VERSION == '3.10' }}
if: ${{ startsWith(runner.os, 'ubuntu') && env.PYTHON_VERSION == '3.11' }}
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "pyModeS"
version = "2.13"
version = "2.14"
description = "Python Mode-S and ADS-B Decoder"
authors = ["Junzi Sun <j.sun-1@tudelft.nl>"]
license = "GNU GPL v3"