-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Misc changes for version
0.1.0
release (#38)
* renaming; adding recipe; small bug fix * Pin actions and use newer versions. * Some quality of life improvements. * Set a few env vars for correct builds. * Various renames. * Bump lower Python version to 3.9. * Set channel for setup-miniconda explicitly. * Don't install Python manually. --------- Co-authored-by: Jannis Leidel <[email protected]>
- Loading branch information
1 parent
d525bd5
commit 61803a2
Showing
14 changed files
with
175 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -163,3 +163,4 @@ cython_debug/ | |
|
||
# conda development environment | ||
./env | ||
.channel/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
package: | ||
name: conda-anaconda-telemetry | ||
version: {{ GIT_DESCRIBE_TAG }}.{{ GIT_BUILD_STR }} | ||
|
||
source: | ||
path: .. | ||
|
||
build: | ||
number: 0 | ||
script: {{ PYTHON }} -m pip install --no-build-isolation --no-deps . | ||
noarch: python | ||
|
||
requirements: | ||
host: | ||
- pip | ||
- python | ||
- hatchling | ||
- hatch-vcs | ||
run: | ||
- python | ||
- conda-canary/label/dev::conda | ||
|
||
test: | ||
requires: | ||
- conda-canary/label/dev::conda | ||
- pip | ||
commands: | ||
- conda --version | ||
- pip check | ||
# imports: | ||
# - conda_anaconda_telemetry | ||
# - conda_anaconda_telemetry.hooks | ||
|
||
about: | ||
home: https://www.anaconda.com | ||
summary: Anaconda Telemetry conda plugin | ||
description: | | ||
Anaconda Telemetry for conda adds helps us understand how conda is being used. | ||
dev_url: https://github.com/anaconda/conda-anaconda-telemetry |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.