Skip to content

Commit 775f92d

Browse files
authored
Merge pull request #3 from mfzzf/main
ci: Add environment to PyPI publish workflow.
2 parents 89f9116 + 7406412 commit 775f92d

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)