File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -93,27 +93,27 @@ jobs:
93
93
gh release upload
94
94
"$GITHUB_REF_NAME" dist/**
95
95
--repo "$GITHUB_REPOSITORY"
96
-
97
- publish-to-testpypi :
98
- name : Publish Python 🐍 distribution 📦 to TestPyPI
99
- needs :
100
- - build
101
- runs-on : ubuntu-latest
102
-
103
- environment :
104
- name : testpypi
105
- url : https://test.pypi.org/p/alibabacloud-rds-openapi-mcp-server
106
-
107
- permissions :
108
- id-token : write # IMPORTANT: mandatory for trusted publishing
109
-
110
- steps :
111
- - name : Download all the dists
112
- uses : actions/download-artifact@v4
113
- with :
114
- name : python-package-distributions
115
- path : dist/
116
- - name : Publish distribution 📦 to TestPyPI
117
- uses : pypa/gh-action-pypi-publish@release/v1
118
- with :
119
- repository-url : https://test.pypi.org/legacy/
96
+ #
97
+ # publish-to-testpypi:
98
+ # name: Publish Python 🐍 distribution 📦 to TestPyPI
99
+ # needs:
100
+ # - build
101
+ # runs-on: ubuntu-latest
102
+ #
103
+ # environment:
104
+ # name: testpypi
105
+ # url: https://test.pypi.org/p/alibabacloud-rds-openapi-mcp-server
106
+ #
107
+ # permissions:
108
+ # id-token: write # IMPORTANT: mandatory for trusted publishing
109
+ #
110
+ # steps:
111
+ # - name: Download all the dists
112
+ # uses: actions/download-artifact@v4
113
+ # with:
114
+ # name: python-package-distributions
115
+ # path: dist/
116
+ # - name: Publish distribution 📦 to TestPyPI
117
+ # uses: pypa/gh-action-pypi-publish@release/v1
118
+ # with:
119
+ # repository-url: https://test.pypi.org/legacy/
You can’t perform that action at this time.
0 commit comments