diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d59f450..ecb2149 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -36,6 +36,7 @@ jobs: with: password: ${{ secrets.TEST_PYPI_API_TOKEN }} repository_url: https://test.pypi.org/legacy/ + - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master diff --git a/setup.py b/setup.py index f21671e..88b204d 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='phi-accrual-failure-detector', packages=['phi-accrual-failure-detector'], - version='0.1', + version='0.3', license='MIT', description='A port of the Akka\'s (φ) Accrual failure detector implementation', author='samuele.resca',