Add pypi-publish action

This commit is contained in:
Eren Dogan 2023-02-07 22:06:10 -08:00
parent e351563391
commit c598a29f97
1 changed files with 3 additions and 2 deletions

View File

@ -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 }}