Skip to content

Commit 43e3c53

Browse files
committed
Switch from test to main pypi
1 parent 7e8be20 commit 43e3c53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish MsGraph-Core package to TestPyPI
1+
name: Publish MsGraph-Core package to PyPI
22

33
on:
44
release:
@@ -7,7 +7,7 @@ on:
77

88
jobs:
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 }}

0 commit comments

Comments
 (0)