Skip to content
This repository was archived by the owner on Jun 12, 2023. It is now read-only.

Commit c308aa4

Browse files
committed
Pre-attempt cleanups
1 parent e59768e commit c308aa4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@ Release automation for pandas.
33
## Steps to a release
44

55
- [ ] Manually update
6-
- [ ] `PANDAS_VERSION` in `Makefile`
6+
- [ ] `TAG` in `Makefile`
77
- [ ] `GH_USERNAME` in `Makefile`
8-
- [ ] `version` in `recipe/meta.yaml`
98

109

1110
```

docker-files/conda/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ FROM condaforge/linux-anvil2:latest
33
RUN conda install -y conda-verify && conda clean -tipsy
44
WORKDIR /pandas
55

6-
RUN conda build conda.recipe --numpy=1.11 --python=3.6
6+
RUN conda build conda.recipe --numpy=1.13.3 --python=3.6

recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,4 @@ extra:
4747
- msarahan
4848
- ocefpaf
4949
- TomAugspurger
50+
- WillAyd

0 commit comments

Comments
 (0)