Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timvancann committed Aug 3, 2023
1 parent 62e3e87 commit a636927
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
git commit -m "Bump version to ${NEW_VERSION}"
git tag "v${NEW_VERSION}"
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build
git push -f
git push --tags -f
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build
echo "NEW_VERSION=${NEW_VERSION}" >> $GITHUB_ENV
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 = "pydantic-avro"
version = "0.6.2"
version = "0.6.3"
description = "Converting pydantic classes to avro schemas"
authors = ["Peter van 't Hof' <peter.vanthof@godatadriven.com>"]

Expand Down

0 comments on commit a636927

Please sign in to comment.