Skip to content

Commit 0e800ed

Browse files
committed
ci: remove test repo url
1 parent f3c4e78 commit 0e800ed

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/publish-python.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,9 @@ on:
66
- main
77
- feat_add_python_client
88

9-
env:
10-
PYPI_REPOSITORY_URL: https://test.pypi.org/legacy/
119

1210
jobs:
13-
build:
11+
build-and-publish:
1412
runs-on: ubuntu-latest
1513
permissions:
1614
id-token: write
@@ -49,6 +47,5 @@ jobs:
4947
- name: Publish to PyPI
5048
uses: pypa/gh-action-pypi-publish@release/v1
5149
with:
52-
repository-url: ${{ env.PYPI_REPOSITORY_URL }}
53-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
50+
password: ${{ secrets.PYPI_API_TOKEN }}
5451
packages-dir: python/dist/dist/

0 commit comments

Comments
 (0)