Compare commits

...

2 Commits

Author SHA1 Message Date
437c9d87d1 chore(pip-prod)(deps): bump astroid from 3.2.3 to 3.2.4
Bumps [astroid](https://github.com/pylint-dev/astroid) from 3.2.3 to 3.2.4.
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/pylint-dev/astroid/compare/v3.2.3...v3.2.4)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-22 18:40:08 +01:00
4bd87538dd Stop release flow if no new release 2024-07-16 19:11:03 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -12,6 +12,7 @@ jobs:
create_docker: create_docker:
name: Create Docker Image name: Create Docker Image
needs: create_release needs: create_release
if: ${{ needs.create_release.outputs.success == 'true' }}
uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main uses: luketainton/gha-workflows/.github/workflows/build-push-attest-docker.yml@main
with: with:
release: ${{ needs.create_release.outputs.release_name }} release: ${{ needs.create_release.outputs.release_name }}

View File

@ -1,5 +1,5 @@
appdirs==1.4.4 appdirs==1.4.4
astroid==3.2.3 astroid==3.2.4
attrs==23.2.0 attrs==23.2.0
autopep8==2.3.1 autopep8==2.3.1
backoff==2.2.1 backoff==2.2.1