Skip to content

Commit 17e2d55

Browse files
committed
fix: actions yaml environment
1 parent d372a3f commit 17e2d55

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release-v2.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
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:
@@ -70,8 +71,6 @@ jobs:
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

0 commit comments

Comments
 (0)