Skip to content

Commit

Permalink
Fix/gitflow: update git flow and bump v (#11)
Browse files Browse the repository at this point in the history
Fix/gitflow: update git flow and bump v
  • Loading branch information
hminaee-tc authored Jul 4, 2024
1 parent d1081e9 commit cafb1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v5.1.0
with:
Expand Down Expand Up @@ -54,7 +53,7 @@ jobs:
run: python -m build

- name: Publish package to PyPI
if: ${{ github.event_name == 'pull_request' && github.head_ref == '/refs/heads/main' && github.event.action == 'closed' && github.event.pull_request.merged == true }}
if: ${{ github.ref == 'refs/heads/main' && github.event_name == 'push' }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip-existing: true
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ packages = { find = { where = ["."] } }

[project]
name = "opencepk-lib-python-common"
version = "1.0.0"
description = "Python package and pre-commit-hook for finding and replacing string(s) in file(s)."
version = "1.1.0"
description = "Common Python opencepk packages."
readme = "README.md"
license = { text = "GPLv3" }
authors = [{name = "OpenCEPK Open Cloud Engineering Platform Kit", email = "opencepk@gmail.com"}]
Expand Down

0 comments on commit cafb1b7

Please sign in to comment.