Skip to content

Commit

Permalink
Add GH Action to publish Pytho SDK using API token
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Apr 9, 2024
1 parent 0916f7c commit d173ec0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/publish_python_sdk.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Publish the Python SDK to PyPi

on:
workflow_dispatch:

jobs:
build-and-publish:
name: Build and Publish
runs-on: ubuntu-latest
steps:
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
pypi_token: ${{ secrets.PYTHON_SDK_PYPI_TOKEN }}

0 comments on commit d173ec0

Please sign in to comment.