Skip to content

Update Python dependencies (#1363) #881

Update Python dependencies (#1363)

Update Python dependencies (#1363) #881

Workflow file for this run

# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
name: Release to Charmhub edge
on:
push:
branches:
- '*/edge'
paths-ignore:
- 'tests/**'
- 'docs/**'
- .github/renovate.json5
- pyproject.toml
- '.github/workflows/ci.yaml'
- '.github/workflows/lib-check.yaml'
- '.github/workflows/sync_docs.yaml'
jobs:
tag:
name: Create charm refresh compatibility version git tag
uses: canonical/data-platform-workflows/.github/workflows/tag_charm_edge.yaml@v42.0.1
with:
track: '16'
permissions:
contents: write # Needed to create git tag
ci-tests:
name: Tests
needs:
- tag
uses: ./.github/workflows/ci.yaml
secrets: inherit
permissions:
contents: write # Needed for Allure Report
release:
name: Release charm
needs:
- tag
- ci-tests
uses: canonical/data-platform-workflows/.github/workflows/release_charm_edge.yaml@v42.0.1
with:
track: ${{ needs.tag.outputs.track }}
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
secrets:
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
permissions:
contents: write # Needed to create git tags