We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3c4e78 commit 0e800edCopy full SHA for 0e800ed
.github/workflows/publish-python.yml
@@ -6,11 +6,9 @@ on:
6
- main
7
- feat_add_python_client
8
9
-env:
10
- PYPI_REPOSITORY_URL: https://test.pypi.org/legacy/
11
12
jobs:
13
- build:
+ build-and-publish:
14
runs-on: ubuntu-latest
15
permissions:
16
id-token: write
@@ -49,6 +47,5 @@ jobs:
49
47
- name: Publish to PyPI
50
48
uses: pypa/gh-action-pypi-publish@release/v1
51
with:
52
- repository-url: ${{ env.PYPI_REPOSITORY_URL }}
53
- password: ${{ secrets.TEST_PYPI_API_TOKEN }}
+ password: ${{ secrets.PYPI_API_TOKEN }}
54
packages-dir: python/dist/dist/
0 commit comments