CI/CD #1640
ci-cd.yml
on: schedule
⚙️ Pre-set global build settings
0s
👷 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
⚙️ Pre-set global build settings
This request has been automatically failed because it uses a deprecated version of `actions/cache: v3.3.1`. Please update your workflow to use v3/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
|
check
Process completed with exit code 1.
|