Skip to content

Commit

Permalink
Merge pull request #29 from ludbek/fix-relase-workflow
Browse files Browse the repository at this point in the history
build before publishing the package
  • Loading branch information
ludbek authored Aug 10, 2022
2 parents 661a17f + db07be5 commit f9f7781
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.1
current_version = 1.7.2
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
python-version: '3.10'
- uses: ./.github/actions/setup
- run: |
poetry build
poetry publish
env:
POETRY_PYPI_TOKEN_PYPI: ${{secrets.pypi_token}}
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 = "webpreview"
version = "1.7.1"
version = "1.7.2"
description = "Extracts OpenGraph, TwitterCard and Schema properties from a webpage."
authors = ["ludbek <[email protected]>", "vduseev <[email protected]>"]
maintainers = ["vduseev <[email protected]>", "ludbek <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion webpreview/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.7.1"
__version__ = "1.7.2"

0 comments on commit f9f7781

Please sign in to comment.