This commit is contained in:
Tiara Rodney 2025-05-25 21:09:56 +02:00
parent a6979d54bd
commit 9632c5a54a
No known key found for this signature in database
GPG key ID: 5F43FAB4FBE5B5EB
9 changed files with 355 additions and 19 deletions

View file

@ -64,7 +64,10 @@ bootstrappipenv(` ')
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 @@ bootstrappipenv(` ')
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: