Skip to content

Commit

Permalink
chore: Update keyrings.artifacts version to 0.4.4 and add keyring scr…
Browse files Browse the repository at this point in the history
…ipt as executable
  • Loading branch information
jslorrma committed Aug 26, 2024
1 parent a4d4551 commit 32397d8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions recipe/keyrings.artifacts/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,23 @@ schema_version: 1

context:
name: keyrings.artifacts
version: 0.4.3
version: 0.4.4

package:
name: ${{ name|lower }}
version: ${{ version }}

source:
url: https://pypi.org/packages/source/${{ name[0] }}/${{ name }}/keyrings_artifacts-${{ version }}.tar.gz
sha256: 970e84f1f62c0ebaf0c393da47f3277ecd2737f84cf7a658b75a93705156597a
sha256: fbe796bc0ec7eed6c14ea7dac5fefe086429b81f338ed632000221f24b0a782a

build:
number: 0
noarch: python
script: python -m pip install . -vv --no-deps --no-build-isolation
python:
entry_points:
- keyring = keyring.cli:main

requirements:
host:
Expand All @@ -39,6 +42,7 @@ tests:
- pip
script:
- pip check
- keyring --help

about:
summary: Keyring backend, that automatically retrieves credentials for Azure Artifacts.
Expand Down

0 comments on commit 32397d8

Please sign in to comment.