Skip to content

Commit

Permalink
Updating setup.py.
Browse files Browse the repository at this point in the history
  • Loading branch information
samueleresca committed Mar 20, 2021
1 parent d22764b commit 142e771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 142e771

Please sign in to comment.