Skip to content

Commit 0e5d6da

Browse files
[bot-automerge] mypy-boto3-glue v1.42.97 (#67)
automerged PR by conda-forge/automerge-action
2 parents 5f1e11e + d2ad24a commit 0e5d6da

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/conda-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
matrix:
2424
include:
2525
- CONFIG: linux_64_
26+
STORE_BUILD_ARTIFACTS: False
2627
UPLOAD_PACKAGES: True
2728
os: ubuntu
2829
runs_on: ['ubuntu-latest']
@@ -99,7 +100,7 @@ jobs:
99100
env:
100101
# default value; make it explicit, as it needs to match with artefact
101102
# generation below. Not configurable for now, can be revisited later
102-
CONDA_BLD_DIR: C:\bld
103+
CONDA_BLD_PATH: C:\bld
103104
MINIFORGE_HOME: ${{ contains(runner.arch, 'ARM') && 'C' || 'D' }}:\Miniforge
104105
PYTHONUNBUFFERED: 1
105106
CONFIG: ${{ matrix.CONFIG }}

.gitignore

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

recipe/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{% set name = "mypy-boto3-glue" %}
2-
{% set version = "1.42.89" %}
2+
{% set version = "1.42.97" %}
33

44
package:
55
name: {{ name|lower }}
66
version: {{ version }}
77

88
source:
99
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
10-
sha256: 53e373634d8eca147f19b672fb661edfe160015cc5fd44cd8541f77f2f5298c7
10+
sha256: 62d923b197a3566e881e4bb4233d0a623448a382e923f0ec6129fbedaf8ed6d1
1111

1212
build:
1313
noarch: python

0 commit comments

Comments
 (0)