Skip to content

Commit b4be551

Browse files
committed
git workflow
1 parent fdfa2b3 commit b4be551

File tree

4 files changed

+19
-70
lines changed

4 files changed

+19
-70
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: build and publish
2+
3+
on:
4+
release:
5+
types: [created]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
- name: Build and publish to pypi
13+
uses: JRubics/[email protected]
14+
with:
15+
poetry_version: "==1.8.2"
16+
pypi_token: ${{ secrets.PYPI_API_TOKEN_PYMODES }}

.github/workflows/pypi-publish.yml

Lines changed: 0 additions & 67 deletions
This file was deleted.

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ build = "build.py"
2929
modeslive = "pyModeS.streamer.modeslive:main"
3030

3131
[tool.poetry.dependencies]
32-
python = "^3.9"
32+
python = ">=3.9"
3333
numpy = ">=1.26"
3434
pyzmq = ">=24.0"
3535
pyrtlsdr = { version = ">=0.2.93", optional = true }

0 commit comments

Comments
 (0)