Skip to content

Commit

Permalink
Chore: Bump pypi release action, other minor fixes
Browse files Browse the repository at this point in the history
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jan 20, 2025
1 parent 60ea092 commit df9a55b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ on:
- "main"
- "master"
paths:
- "!pdm.lock"
- "**"
- "!.github/**"
- "!.*"
- "!pdm.lock"
- "!tox.ini"

env:
python-version: 3.11
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
pypi-test:
name: "Test"
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/pypi-publish.yaml@6ec49941000685790f083eb83f97efd26c4b37a6 # 2024-01-14
uses: os-climate/osc-github-devops/.github/workflows/pypi-publish.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
needs:
- repository
- python-build
Expand All @@ -161,7 +161,7 @@ jobs:
# yamllint disable-line rule:line-length
if: startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[release]')
# yamllint disable-line rule:line-length
uses: os-climate/osc-github-devops/.github/workflows/pypi-publish.yaml@6ec49941000685790f083eb83f97efd26c4b37a6 # 2024-01-14
uses: os-climate/osc-github-devops/.github/workflows/pypi-publish.yaml@b9ee0c17efe57a1bca21fffbf557315cc20ba8c8 # 2024-01-20
needs:
- repository
- python-build
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-License-Identifier: Apache-2.0
# SPDX-FileCopyrightText: 2024 The Linux Foundation

[project]
name = "osc-transformer-presteps"
version = "0.1.6"
Expand Down

0 comments on commit df9a55b

Please sign in to comment.