with test token
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user