We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89f9116 + 7406412 commit 775f92dCopy full SHA for 775f92d
2 files changed
.github/workflows/publish-pypi.yml
@@ -7,6 +7,7 @@ on:
7
8
jobs:
9
build-and-publish:
10
+ environment: ucloud-sandbox-sdk-python
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout source
tests/conftest.py
@@ -179,4 +179,4 @@ def check_cmd_exit_error(cmd: CommandHandle):
179
180
@pytest.fixture
181
def helpers():
182
- return Helpers
+ return Helpers
0 commit comments