Releases: OpenAstronomy/github-actions-workflows
Releases · OpenAstronomy/github-actions-workflows
v1.1.2
What's Changed
- remove warning by updating action versions by @nabobalis in #67
- Add
timeout-minutes
input by @ConorMacBride in #57 - Configure dependabot by @ConorMacBride in #69
- Bump pypa/cibuildwheel from 2.8.1 to 2.9.0 by @dependabot in #72
New Contributors
- @nabobalis made their first contribution in #67
Full Changelog: v1.1.1...v1.1.2
v1.1.1
What's Changed
- Use conda to install
anaconda-client
by @ConorMacBride in #61
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Allow runs-on to be customized for publish workflows by @astrofrog in #51
- Add
python-version
input to tox workflow by @ConorMacBride in #54 - Various documentation improvements by @ConorMacBride in #55
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #58
- Add workflow dispatch to upload condition by @Cadair in #60
New Contributors
Full Changelog: v1.0.4...v1.1.0
v1.0.4
What's Changed
- Pure/non-pure package based on current workflow by @ConorMacBride in #42
- Add
pass_filenames: false
to pre-commit config by @ConorMacBride in #40 - Add support for caching by @ConorMacBride in #46
- Fix condition for uploading to Anaconda.org by @ConorMacBride in #48
- Don't hard-code minor/bugfix version for cibuildwheel by @astrofrog in #49
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- DOC: Add upload_to_pypi example by @pllim in #32
- Add
fail-fast
input totox.yml
andpublish.yml
by @ConorMacBride in #35 - Upload to Anaconda.org by @ConorMacBride in #36
- Set publish workflow to not fail-fast by default by @ConorMacBride in #38
New Contributors
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Only pass
--cov-report
flag to pytest if codecov coverage is configured — by @ConorMacBride in #30
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Fix windows paths in pytest_flag by @ConorMacBride in #26
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Initial release