File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145145 runs-on : ubuntu-latest
146146 environment :
147147 name : testpypi
148- url : https://test.pypi.org/legacy /
148+ url : https://test.pypi.org/project/mlir-tensorrt-jax /
149149 permissions :
150150 id-token : write
151151 packages : write
@@ -162,18 +162,13 @@ jobs:
162162 uses : pypa/gh-action-pypi-publish@release/v1
163163 with :
164164 packages-dir : dist-collect
165- repository-url : https://test.pypi.org/legacy/
166- user : __token__
167- password : ${{ secrets.TEST_PYPI_API_TOKEN }}
165+ repository-url : https://test.pypi.org/legacy
168166 verbose : true
169167
170168 pypi-release-wheels-publish :
171169 name : Publish to PyPI
172170 needs : [pypi-release-wheels-build]
173171 runs-on : ubuntu-latest
174- environment :
175- name : pypi
176- url : https://pypi.org/project/mlir-tensorrt-jax/
177172 permissions :
178173 id-token : write
179174 packages : write
@@ -190,7 +185,6 @@ jobs:
190185 uses : pypa/gh-action-pypi-publish@release/v1
191186 with :
192187 verbose : true
193- pattern : release-wheels-*
194188 packages-dir : dist-collect
195189 user : __token__
196190 password : ${{ secrets.PYPI_API_TOKEN }}
You can’t perform that action at this time.
0 commit comments