Skip to content

Commit

Permalink
git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
junzis committed Aug 25, 2024
1 parent fdfa2b3 commit b4be551
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 70 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: build and publish

on:
release:
types: [created]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v2.0
with:
poetry_version: "==1.8.2"
pypi_token: ${{ secrets.PYPI_API_TOKEN_PYMODES }}
67 changes: 0 additions & 67 deletions .github/workflows/pypi-publish.yml

This file was deleted.

4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ build = "build.py"
modeslive = "pyModeS.streamer.modeslive:main"

[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9"
numpy = ">=1.26"
pyzmq = ">=24.0"
pyrtlsdr = { version = ">=0.2.93", optional = true }
Expand Down

0 comments on commit b4be551

Please sign in to comment.