Skip to content

Commit

Permalink
Releasing v0.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mbovo committed Jun 20, 2023
1 parent 3f14664 commit 6c3bf3f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
build:
permissions:
id-token: write
contents: write
name: "Build & Push wheel"
needs:
- pre-commit
Expand All @@ -31,7 +32,13 @@ jobs:
- run: task build
- name: "Release to pypi"
uses: pypa/gh-action-pypi-publish@release/v1

- name: Release
uses: softprops/action-gh-release@v1
with:
generate_release_notes: true
files: |
dist/*
LICENSE
docker-build:
name: "Build docker image"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ignore = [

[tool.poetry]
name = "pdh"
version = "0.3.14"
version = "0.3.15"
description = "Pagerduty CLI for Humans"
authors = ["Manuel Bovo <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down

0 comments on commit 6c3bf3f

Please sign in to comment.