Skip to content

Commit

Permalink
Merge pull request #11 from cascode-labs/curtisma/issue1
Browse files Browse the repository at this point in the history
Update release publishing action
  • Loading branch information
curtisma authored Jul 30, 2022
2 parents f4353aa + d5f0dac commit ab182da
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
- uses: AButler/[email protected]
with:
files: 'dist/*'
repo-token: ${{ secrets.GITHUB_TOKEN }}

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# VIRTUE

![PyPI](https://img.shields.io/pypi/v/virtue-skill) ![GitHub issues](https://img.shields.io/github/issues/cascode-labs/virtue)

Cadence Virtuoso SKILL++ library

Features:
Expand Down
2 changes: 1 addition & 1 deletion virtue/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
from .SchUtility import *
from .ConfigUtility import *

__version__ = '0.0.1'
__version__ = '0.1.0'

0 comments on commit ab182da

Please sign in to comment.