with test token
Unit test coverage / pytest (push) Has been cancelled
CI for pypl publish / publish-lib (push) Failing after 1m28s

This commit is contained in:
2025-05-16 15:11:31 +08:00
parent 311e28d254
commit 22916f9b5d
+3 -2
View File
@@ -4,6 +4,7 @@ on:
branches:
- master # publish release on master
- develop # publish snapshot on develop
- "**"
workflow_dispatch:
# allow manual trigger
env:
@@ -41,8 +42,8 @@ jobs:
- name: publish to pulp pypi
run: |
twine upload --repository-url https://git.cleverthis.com/api/packages/clevermicro/pypi/simple/ \
--username $CI_REGISTRY_USER \
--password $CI_REGISTRY_PASSWORD \
--username hurui200320 \
--password de2640e95adbb07307ebaae7855f1b659f7fd44a \
--verbose \
dist/*
env: