Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: SamoKopecky <[email protected]>
  • Loading branch information
SamoKopecky committed Jan 22, 2023
1 parent 62d3574 commit 7222a11
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release-process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ on:
push:
tags:
- "v*"
branches:
- "master"

jobs:
release-tag:
if: contains(github.ref, 'refs/tags/master') && contains(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -19,7 +16,6 @@ jobs:
with:
body: "- All the changes can be found in the [changelog](https://github.com/SamoKopecky/ssltest/blob/master/CHANGELOG.md) file"
build-n-publish:
if: contains(github.ref, 'refs/tags/master') && contains(github.ref, 'refs/tags/')
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion ssltest/Args.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.2.1"
__version__ = "0.2.2"

import argparse

Expand Down

0 comments on commit 7222a11

Please sign in to comment.