Skip to content

Commit

Permalink
Merge pull request #18 from ackatz/add_poetry
Browse files Browse the repository at this point in the history
Add poetry
  • Loading branch information
ackatz authored Oct 16, 2023
2 parents 8b4935f + ae1874d commit 0bc79d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: Release

on:
workflow_run:
workflows: ["CD"]
types: [completed]

push:
branches:
- main
paths:
- 'pyproject.toml'

jobs:
release:
name: Create Release
if: ${{ github.event.workflow_run.conclusion == 'success' }}
runs-on: ubuntu-latest
steps:
- name: Checkout code
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 = "seclook"
version = "0.5.2"
version = "0.5.3"
description = "Simple security lookups via CLI"
authors = ["ackatz <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 0bc79d7

Please sign in to comment.