Skip to content

Commit 381e80b

Browse files
authored
Merge pull request #38 from KumarLabJax/fix-secret-inheritance-github-actions
Fixing GHA secret inheritance and reverting to version 0.1.0 for PyPI
2 parents 5dea0dd + 659b377 commit 381e80b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
build:
2525
name: "Build Docker Image"
2626
needs: [format-lint, test]
27+
secrets: inherit
2728
uses: ./.github/workflows/_build-docker-action.yml
2829

2930
check-version-changed:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "jabs-postprocess"
3-
version = "0.4.0"
3+
version = "0.1.0"
44
description = "A python library for JABS postprocessing utilities."
55
readme = "README.md"
66
license = "LicenseRef-PLATFORM-LICENSE-AGREEMENT-FOR-NON-COMMERCIAL-USE"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)