Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-client
Commits
2718589b
Commit
2718589b
authored
Jan 01, 2025
by
Wei Shoulin
Browse files
general
parent
d90ce8b5
Pipeline
#7666
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
2718589b
...
...
@@ -12,7 +12,7 @@ uninstall:
pip uninstall csst_dfs_client
-y
test
:
UNIT_TEST_DATA_ROOT
=
/opt/temp/csst
CSST_DFS_GATEWAY
=
http://172.31.249.145
:8000
CSST_DFS_TOKEN
=
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjQ4ODU0NTA2NjQsInN1YiI6InN5c3RlbSJ9.POsuUABytu8-WMtZiYehiYEa5BnlgqNTXT6X3OTyix0 coverage run
-m
pytest
-vs
--import-mode
=
importlib
--cov-report
=
html
--cov-report
=
term-missing
--cov-config
=
.coveragerc
UNIT_TEST_DATA_ROOT
=
/opt/temp/csst
CSST_DFS_GATEWAY
=
testdfs.int.cnlab.net
:8000
CSST_DFS_TOKEN
=
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjQ4ODU0NTA2NjQsInN1YiI6InN5c3RlbSJ9.POsuUABytu8-WMtZiYehiYEa5BnlgqNTXT6X3OTyix0 coverage run
-m
pytest
-vs
--import-mode
=
importlib
--cov-report
=
html
--cov-report
=
term-missing
--cov-config
=
.coveragerc
coverage report
-m
rm
-rf
.coverage .pytest_cache
...
...
@@ -21,7 +21,7 @@ build:
python setup.py bdist_wheel
--plat-name
=
manylinux1_x86_64
publish
:
twine upload
--repository-url
http://mirror.int.cnlab.net/repository/pypi/
-u
admin
-p
gsdjsj.2024
dist/csst_dfs_client-
*
.whl
twine upload
--repository-url
http://mirror.int.cnlab.net/repository/pypi/ dist/csst_dfs_client-
*
.whl
version
:
bumpver update
--patch
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment