Skip to content

Commit 558962c

Browse files
authored
fix workflow enviroment (#1152)
# Description Fix experimental env ## Bump - [x] Patch - [ ] Minor - [ ] Skip ## Changelog ### Fixed - Fix experimental env
1 parent d399683 commit 558962c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-experimental.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ env:
1010
PYTHON_VERSION: "3.11"
1111

1212
jobs:
13-
release-to-pypi:
13+
release-to-pypi-experimental:
1414
runs-on: ubuntu-latest
15+
environment: CD
1516
steps:
1617
- uses: actions/checkout@v3
1718
with:

0 commit comments

Comments
 (0)