Skip to content

Commit 28da6ed

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.1.1 to 4.2.1. - [Changelog](https://github.com/fizyk/actions-reuse/blob/main/Changelog.rst) - [Commits](fizyk/actions-reuse@v4.1.1...v4.2.1) --- updated-dependencies: - dependency-name: fizyk/actions-reuse/.github/workflows/shared-pypi.yml dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7b75c7b commit 28da6ed

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.1.1
11+
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v4.2.1

.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.1.1
8+
uses: fizyk/actions-reuse/.github/workflows/shared-pypi.yml@v4.2.1
99
with:
1010
publish: true
1111
secrets:

0 commit comments

Comments
 (0)