Skip to content

Commit

Permalink
added api workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigul committed Sep 4, 2024
1 parent b740b41 commit 4408e62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ jobs:

- name: Pubnlish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ PyPi_API_TOKEN }}
skip_existing: flase

# pypi-publish:
# name: upload release to PyPI
Expand Down

0 comments on commit 4408e62

Please sign in to comment.