CI/CD #1694
ci-cd.yml
on: schedule
⚙️ Pre-set global build settings
2s
👷 dists ${{ needs.pre-setup.outputs.git-tag }} [mode: ${{ 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' || '' }}]
0s
Matrix: 🧪 🐍${{
matrix.py
}} @ ${{
matrix.os
}} on ${{
join(matrix.db, '-')
}}
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to PyPI
0s
Publish 🐍📦 ${{ needs.pre-setup.outputs.git-tag }} to TestPyPI
0s
Publish post-release Git tag for ${{ needs.pre-setup.outputs.git-tag }}
0s
Publish a tag and GitHub release for ${{ needs.pre-setup.outputs.git-tag }}
0s
Annotations
2 errors and 1 warning
⚙️ Pre-set global build settings
Missing download info for actions/cache@v3.3.1
|
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/cache@v3.3.1. 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
|