Skip to content

Commit

Permalink
hatchling v1.26.3 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
regro-cf-autotick-bot authored Nov 13, 2024
1 parent 2cbff75 commit 9a8f0a7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos7
- conda
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{% set name = "hatchling" %}
{% set version = "1.25.0" %}
{% set version = "1.26.3" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/hatchling-{{ version }}.tar.gz
sha256: 7064631a512610b52250a4d3ff1bd81551d6d1431c4eb7b72e734df6c74f4262
sha256: b672a9c36a601a06c4e88a1abb1330639ee8e721e0535a37536e546a667efc7a

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
number: 1
number: 0
entry_points:
- hatchling = hatchling.cli:hatchling

Expand Down

0 comments on commit 9a8f0a7

Please sign in to comment.