Skip to content

Commit

Permalink
Merge pull request #77 from zsluedem/update-publish
Browse files Browse the repository at this point in the history
Update publish
  • Loading branch information
zsluedem authored Nov 19, 2021
2 parents d0cba64 + 29d1a17 commit dcf72a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setuptools.setup(
name='pyrchain',
version='0.3.10',
version='0.3.11-rc1',
author='RChain Cooperative',
author_email='[email protected]',
description='Interface to RChain RNode RPC',
Expand Down

0 comments on commit dcf72a5

Please sign in to comment.