changes
This commit is contained in:
parent
a6979d54bd
commit
9632c5a54a
9 changed files with 355 additions and 19 deletions
|
|
@ -64,7 +64,10 @@ definitions:
|
|||
artifacts:
|
||||
- dist/*
|
||||
script:
|
||||
- echo "publish"
|
||||
# signing key must be an unwrapped base64-encoded PGP private
|
||||
# key with no password
|
||||
- echo "$_GPG_SIGNING_KEY" | base64 -d | gpg --import
|
||||
- .venv/bin/python3 -m pipenv run make publish -B SIGN=1
|
||||
- step: &archive
|
||||
name: archive
|
||||
caches:
|
||||
|
|
@ -72,7 +75,8 @@ definitions:
|
|||
artifacts:
|
||||
- dist/*
|
||||
script:
|
||||
- echo "archive"
|
||||
- echo "$_GPG_SIGNING_KEY" | base64 -d | gpg --import
|
||||
- .venv/bin/python3 -m pipenv run make archive -B SIGN=1
|
||||
- step: &chore
|
||||
name: chore
|
||||
caches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue