Skip to content

Commit

Permalink
chore: fix typo in release automation (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt authored Mar 7, 2023
1 parent 8226e79 commit 5f450b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Build
run: |
poetry build
sha2565sum dist/*
sha256sum dist/*
- name: Create Release
uses: ncipollo/release-action@v1
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 = "poetry-plugin-freeze"
version = "1.0.1"
version = "1.0.2"
description = "Poetry plugin to freeze a wheel's dependencies per lock file"
license = "Apache-2.0"
authors = ["Kapil Thangavelu <[email protected]>"]
Expand Down

0 comments on commit 5f450b1

Please sign in to comment.