Skip to content

Commit

Permalink
An attemt to automatically create a new release on GutHub only if the…
Browse files Browse the repository at this point in the history
… pull request merge branch has a tag.
  • Loading branch information
LuisOlivaresJ committed Jan 20, 2024
1 parent 83f874b commit ad646f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
name: >-
Sign the Python 🐍 distribution 📦 with Sigstore
and upload them to GitHub Release
if: startsWith(github.ref, 'refs/tags/') # A new release is created only if the pull request merge branch has a tag.
needs:
- publish-to-pypi
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# The short X.Y version.
version = "1.6"
# The full version, including alpha/beta/rc tags.
release = "1.6.2"
release = "1.6.3"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "omg_dosimetry"

version = "1.6.2"
version = "1.6.3"

authors = [
{ name="JF Cabana", email="[email protected]" },
Expand Down

0 comments on commit ad646f6

Please sign in to comment.