Skip to content

Commit

Permalink
Version Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagoepr committed Oct 18, 2022
1 parent 57ba321 commit 9a234c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: dev-drprasad/delete-tag-and-release@v0.2.0
with:
tag_name: v2.29 # tag name to delete
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


- uses: actions/checkout@master
- name: Set up Python 3.10
Expand Down
2 changes: 1 addition & 1 deletion mllp_http_https/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.2.32"
__version__ = "1.2.33"

0 comments on commit 9a234c5

Please sign in to comment.