Skip to content

Commit

Permalink
back to "release" trigger. Bummped up version to test
Browse files Browse the repository at this point in the history
  • Loading branch information
eltbus committed Mar 3, 2023
1 parent abe7d64 commit d04a730
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: Publish to TestPyPI

on:
push:
branches:
- main
release:
types: [created]

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "middleware"
version = "0.1.1"
version = "0.1.2"
description = "Custom middleware for use with Startlette"
authors = ["Guillermo Enrique Sánchez de Abreu <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d04a730

Please sign in to comment.