Skip to content

Commit

Permalink
Merge branch 'releases/0.8.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mz06 committed Jun 26, 2024
2 parents 0b0f383 + b5ba579 commit 8213948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
git merge --no-ff ${{ env.BRANCH }}
git push --atomic origin main develop refs/tags/v${{ env.VERSION }} :${{ env.BRANCH }}
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.5.2
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
verbose: true
2 changes: 1 addition & 1 deletion src/pytmv1/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.4"
__version__ = "0.8.5"

0 comments on commit 8213948

Please sign in to comment.