CI/CD #1675
ci-cd.yml
on: schedule
⚙️ Pre-set global build settings
2s
format('👷 dists {0} [mode: {1}{2}{3}]', needs.pre-setup.outputs.git-tag, fromJSON(needs.pre-setup.outputs.is-untagged-devel)
&& 'nightly' || '', fromJSON(needs.pre-setup.outputs.release-requested)
&& 'release' || '', (
!fromJSON(needs.pre-setup.outputs.is-untagged-devel)
&& !fromJSON(needs.pre-setup.outputs.release-requested)
) && 'test' || '')
Matrix: 🧪 🐍${{
matrix.py
}} @ ${{
matrix.os
}} on ${{
join(matrix.db, '-')
}}
format('Publish 🐍📦 {0} to PyPI', needs.pre-setup.outputs.git-tag)
format('Publish 🐍📦 {0} to TestPyPI', needs.pre-setup.outputs.git-tag)
0s
format('Publish post-release Git tag for {0}', needs.pre-setup.outputs.git-tag)
format('Publish a tag and GitHub release for {0}', needs.pre-setup.outputs.git-tag)
Annotations
2 errors and 1 warning
|
⚙️ Pre-set global build settings
Missing download info for actions/[email protected]
|
|
check
Process completed with exit code 1.
|
|
⚙️ Pre-set global build settings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|