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: |
|
run: |
|
||||||
make build_library
|
make build_library
|
||||||
- name: Upload package to PyPI
|
- name: Upload package to PyPI
|
||||||
run: |
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
echo "Not ready yet..."
|
with:
|
||||||
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue