fix(keyring)

closes #5399
This commit is contained in:
Jacob Heider 2024-03-21 17:36:24 -04:00
parent 19c49811e8
commit e8d1b1a412
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -15,6 +15,8 @@ build:
dependencies:
python.org: '>=3.11'
script:
# pip doesn't like this *at all*
- if test -d props; then rm -rf props; fi
- bkpyvenv stage {{prefix}} {{version}}
- ${{prefix}}/venv/bin/pip install .
- bkpyvenv seal {{prefix}} keyring
@ -22,4 +24,4 @@ build:
provides:
- bin/keyring
test: keyring --list-backends | grep 'keyring'
test: keyring --list-backends | grep 'keyring'