File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 build-core :
1717 name : Build & Test Core SDK
1818 runs-on : ubuntu-latest
19+ environment : testpypi
1920 outputs :
2021 version : ${{ steps.get_version.outputs.version }}
2122 steps :
7071 with :
7172 repository-url : https://test.pypi.org/legacy/
7273 packages-dir : dist
73- environment :
74- name : testpypi
7574
7675 test-core-index :
7776 name : Verify Core from TestPyPI
@@ -102,6 +101,7 @@ jobs:
102101 name : Build & Test Plugin Packages
103102 runs-on : ubuntu-latest
104103 needs : test-core-index
104+ environment : testpypi
105105 env :
106106 CORE_VERSION : ${{ needs.build-core.outputs.version }}
107107 UV_NO_SOURCES : " 1"
@@ -136,8 +136,6 @@ jobs:
136136 with :
137137 repository-url : https://test.pypi.org/legacy/
138138 packages-dir : dist-plugins
139- environment :
140- name : testpypi
141139
142140 test-plugins-index :
143141 name : Verify Plugins from TestPyPI
You can’t perform that action at this time.
0 commit comments