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
2
2
3
3
on :
4
4
release :
7
7
8
8
jobs :
9
9
publish :
10
- name : Create release and publish distribution to TestPyPI
10
+ name : Create release and publish distribution to PyPI
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Checkout code
@@ -19,10 +19,10 @@ jobs:
19
19
- name : Install flit
20
20
run : |
21
21
pip install flit
22
- - name : Publish the distibution to TestPyPI
22
+ - name : Publish the distibution to PyPI
23
23
if : github.repository == 'microsoftgraph/msgraph-sdk-python-core'
24
24
run : flit publish
25
25
env :
26
- FLIT_INDEX_URL : https://test .pypi.org/legacy/
26
+ FLIT_INDEX_URL : https://upload .pypi.org/legacy/
27
27
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