File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- name : Publish MsGraph-Core package to TestPyPI
1+ name : Publish MsGraph-Core package to PyPI
22
33on :
44 release :
77
88jobs :
99 publish :
10- name : Create release and publish distribution to TestPyPI
10+ name : Create release and publish distribution to PyPI
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
@@ -19,10 +19,10 @@ jobs:
1919 - name : Install flit
2020 run : |
2121 pip install flit
22- - name : Publish the distibution to TestPyPI
22+ - name : Publish the distibution to PyPI
2323 if : github.repository == 'microsoftgraph/msgraph-sdk-python-core'
2424 run : flit publish
2525 env :
26- FLIT_INDEX_URL : https://test .pypi.org/legacy/
26+ FLIT_INDEX_URL : https://upload .pypi.org/legacy/
2727 FLIT_USERNAME : __token__
28- FLIT_PASSWORD : ${{ secrets.TEST_PYPI_API_TOKEN }}
28+ FLIT_PASSWORD : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments