Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 17, 2024
1 parent 2dc412d commit 678f22c
Show file tree
Hide file tree
Showing 8 changed files with 26,062 additions and 2,053 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
This action adds the [`conda`](https://conda.io/projects/conda/en/latest/user-guide/tasks/index.html)
command from the on the worker preinstalled miniconda version to the known shell commands.

> [!CAUTION]
> This action [is known to currently not work with macOS runner-images newer than `macOS-12` (i.e. `macOS-latest`)](https://github.com/s-weigand/setup-conda/issues/432).
## Inputs

| Name | Requirement | Default | Description |
Expand Down Expand Up @@ -71,7 +74,13 @@ jobs:
- run: which python
```

## Contributors ✨
# Similar projects

- [conda-incubator/setup-miniconda](https://github.com/conda-incubator/setup-miniconda)
- [mamba-org/setup-micromamba](https://github.com/mamba-org/setup-micromamba)
- [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi)

# Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

Expand All @@ -93,6 +102,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/wvxvw"><img src="https://github.com/avatars/u/3147276?v=4?s=100" width="100px;" alt="wvxvw"/><br /><sub><b>wvxvw</b></sub></a><br /><a href="https://github.com/s-weigand/setup-conda/issues?q=author%3Awvxvw" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://violafanfani.github.io/"><img src="https://github.com/avatars/u/35488779?v=4?s=100" width="100px;" alt="violafanfani"/><br /><sub><b>violafanfani</b></sub></a><br /><a href="https://github.com/s-weigand/setup-conda/issues?q=author%3Aviolafanfani" title="Bug reports">🐛</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://phdru.name/"><img src="https://github.com/avatars/u/730158?v=4?s=100" width="100px;" alt="Oleg Broytman"/><br /><sub><b>Oleg Broytman</b></sub></a><br /><a href="https://github.com/s-weigand/setup-conda/issues?q=author%3Aphdru" title="Bug reports">🐛</a> <a href="https://github.com/s-weigand/setup-conda/commits?author=phdru" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://loicpauleve.name"><img src="https://github.com/avatars/u/228657?v=4?s=100" width="100px;" alt="Loïc Paulevé"/><br /><sub><b>Loïc Paulevé</b></sub></a><br /><a href="https://github.com/s-weigand/setup-conda/issues?q=author%3Apauleve" title="Bug reports">🐛</a></td>
</tr>
</tbody>
</table>
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
default: ''

runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

branding:
Expand Down
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"s-weigand","repo":"setup-conda","sha":"2d505f2182fb608eca6becbe1e387a83fcb28455","ref":"refs/tags/v1.2.1","tagName":"v1.2.1","branch":"release","tags":["v1.2.1","v1"],"updated_at":"2023-07-08T15:32:01.994Z"}
{"owner":"s-weigand","repo":"setup-conda","sha":"d15429738c460f4ea3d2f609187fd7f177499f58","ref":"refs/tags/v1.2.2","tagName":"v1.2.2","branch":"release","tags":["v1.2.2","v1"],"updated_at":"2024-05-17T16:33:31.153Z"}
Loading

0 comments on commit 678f22c

Please sign in to comment.