Skip to content

Commit ffe8d03

Browse files
build(deps): bump fizyk/actions-reuse/.github/workflows/shared-pypi.yml
Bumps [fizyk/actions-reuse/.github/workflows/shared-pypi.yml](https://github.com/fizyk/actions-reuse) from 4.2.1 to 4.3.0. - [Changelog](https://github.com/fizyk/actions-reuse/blob/main/Changelog.rst) - [Commits](fizyk/actions-reuse@v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: fizyk/actions-reuse/.github/workflows/shared-pypi.yml dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc380d4 commit ffe8d03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88

99
jobs:
1010
build:
11-
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v4.2.1
11+
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v4.3.0

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- v*
66
jobs:
77
build-n-publish:
8-
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v4.2.1
8+
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v4.3.0
99
with:
1010
publish: true
1111
secrets:

0 commit comments

Comments
 (0)