File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- # This workflow is triggered when a GitHub release is created.
2- # It can also be run manually to re-publish to PyPI in case it failed for some reason.
3- # You can run this workflow by navigating to https://www.github.com/openai/openai-python/actions/workflows/publish-pypi.yml
1+ # workflow for re-running publishing to PyPI in case it fails for some reason
2+ # you can run this workflow by navigating to https://www.github.com/openai/openai-python/actions/workflows/publish-pypi.yml
43name : Publish PyPI
54on :
65 workflow_dispatch :
76
8- release :
9- types : [published]
10-
117jobs :
128 publish :
139 name : publish
Original file line number Diff line number Diff line change 1919 run : |
2020 bash ./bin/check-release-environment
2121 env :
22+ STAINLESS_API_KEY : ${{ secrets.STAINLESS_API_KEY }}
2223 PYPI_TOKEN : ${{ secrets.OPENAI_PYPI_TOKEN || secrets.PYPI_TOKEN }}
You can’t perform that action at this time.
0 commit comments