Skip to content

Commit

Permalink
Version 0.160.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Nov 28, 2021
1 parent f01cb33 commit 7726bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Expand Up @@ -93,6 +93,7 @@ jobs:
release:
needs: [test-python, test-python-sdist, test-c, examples]
runs-on: ubuntu-20.04
if: startsWith(github.ref, 'refs/tags')

steps:
- uses: actions/checkout@v1
Expand All @@ -108,7 +109,6 @@ jobs:
git clean -dfx
python -m build --sdist --outdir dist/ .
- name: Publish distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
skip_existing: true
Expand Down
2 changes: 1 addition & 1 deletion asn1tools/version.py
@@ -1 +1 @@
__version__ = '0.159.0'
__version__ = '0.160.0'

0 comments on commit 7726bce

Please sign in to comment.