Skip to content

Commit

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

Expand Down

0 comments on commit 62e3e87

Please sign in to comment.