Skip to content

Commit

Permalink
Move testpypi to own workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyadam committed Aug 12, 2024
1 parent 4568d1e commit 0daca93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-testpypi.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python distribution to PyPI and TestPyPI
name: Publish Python distribution to TestPyPI

on: push

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Python distribution to PyPI and TestPyPI
name: Publish Python distribution to PyPI

on: push

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages = ["src/abbfreeathome"]

[project]
name = "local-abbfreeathome"
version = "0.0.14a"
version = "0.0.14a0"
authors = [
{ name="Adam Kingsley", email="[email protected]" },
]
Expand Down

0 comments on commit 0daca93

Please sign in to comment.