mirror of https://github.com/VLSIDA/OpenRAM.git
Add pypi-publish action
This commit is contained in:
parent
e351563391
commit
c598a29f97
|
|
@ -22,5 +22,6 @@ jobs:
|
|||
run: |
|
||||
make build_library
|
||||
- name: Upload package to PyPI
|
||||
run: |
|
||||
echo "Not ready yet..."
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue