Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conda-smithy 3.33.0 #283

Merged
merged 1 commit into from
Mar 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "3.32.0" %}
{% set version = "3.33.0" %}

package:
name: conda-smithy
version: {{ version }}

source:
url: https://github.com/conda-forge/conda-smithy/releases/download/v{{ version }}/conda-smithy-{{ version }}.tar.gz
sha256: 0555c287bff8bf35a6147af0b84368ab2c97f345217b29b3456612232e6e086f
sha256: 6034925d7fa3faebb2661c878326406bd6766ac07894a3ad7e558021b06a7a08

build:
number: 1
number: 0
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
Expand Down