Releases: arup-group/actions-city-modelling-lab
Releases · arup-group/actions-city-modelling-lab
v1.0.0
Version 1 of Arup's City Modelling Lab Reusable GitHub Actions.
The actions available in this release are:
- Upload package to AWS
- Build a conda package
- Upload a conda package
- Build a pip package for upload to PyPI
- Upload a pip package to PyPI
- Deploy documentation
- Check accessibility of documentation
- Run tests on python package
- Run memory profiling tests on python package
- Notify about action success / failure on a slack channel
What's Changed
- Enable
memray
flamegraph uploading by @brynpickering in #1 - Remove reference to "outputs" by @brynpickering in #2
include_flamegraph
->upload_flamegraph
by @brynpickering in #3- Improve the message title for Slack build notifications by @mfitz in #5
- Update mamba env names to include repository prefix by @brynpickering in #6
- Add missing
$
prefixes by @brynpickering in #7 - Update docs builds to handle custom development version name by @brynpickering in #8
- Check ANACONDA_TOKEN secret exists in conda build phase by @brynpickering in #9
- Add new args & secret requirement by @brynpickering in #10
- Add template checker by @brynpickering in #11
- Update conda build by @brynpickering in #12
- Add PyPI upload actions by @brynpickering in #13
- Add dev requirements hash to env name by @brynpickering in #14
- Mamba to micromamba in conda build by @brynpickering in #15
- Update aws upload action to v4 by @brynpickering in #16
- Add layer of security to conda and pip uploading by @brynpickering in #17
- Add
pip_args
input option by @brynpickering in #18 - Add an optional image-tag input param to the S3 upload action by @mfitz in #20
- Add docs accessibility (a11y) checker by @brynpickering in #23
- Add mamba env args to docs workflows by @brynpickering in #25
New Contributors
Full Changelog: https://github.com/arup-group/actions-city-modelling-lab/commits/v1.0.0