Skip to content

Commit 7406412

Browse files
committed
ci: Add environment to PyPI publish workflow.
1 parent 89f9116 commit 7406412

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build-and-publish:
10+
environment: ucloud-sandbox-sdk-python
1011
runs-on: ubuntu-latest
1112
steps:
1213
- name: Checkout source

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,4 @@ def check_cmd_exit_error(cmd: CommandHandle):
179179

180180
@pytest.fixture
181181
def helpers():
182-
return Helpers
182+
return Helpers

0 commit comments

Comments
 (0)