Skip to content

Commit

Permalink
add deploy to pypi to cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Rodrigues committed Dec 6, 2023
1 parent d40a0ef commit a39d71a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/plotly_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,12 @@ jobs:
password: ${{ secrets.PLOTLY_DEV_TOKEN }}
repository_url: https://test.pypi.org/legacy/
verbose: true

- name: Publish distribution 📦 to PyPI
if: success()
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PLOTLY_PRD_TOKEN }}
repository_url: https://upload.pypi.org/legacy/
verbose: true

0 comments on commit a39d71a

Please sign in to comment.