Skip to content

Commit

Permalink
Changelog version (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bela Stoyan authored May 23, 2024
1 parent af01871 commit ee28660
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

release:
name: Publish package
if: startsWith(github.ref, 'refs/tags/v')
if: startsWith(github.ref, 'refs/tags/')
needs: [build]
runs-on: ubuntu-latest
permissions:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
Changelog
=========

X.Y.Z (unreleased)
2.0.2 (2024-05-23)
------------------
- Included a py.typed file to indicate that the package is fully typed.

Expand Down

0 comments on commit ee28660

Please sign in to comment.