Skip to content

Commit

Permalink
Github workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzlorite committed Jan 13, 2025
1 parent 62292a4 commit a02da1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Python 🐍 distribution 📦 to PyPI

on: workflow_dispatch
on:
push:
tags:
- 'v*'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pytosdr"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="José María Cruz Lorite", email="[email protected]" },
]
Expand Down

0 comments on commit a02da1b

Please sign in to comment.