Skip to content

Commit 5919988

Browse files
committed
✏️ Adjust to use the local reusable workflow for Python OIDC release way.
1 parent 7486819 commit 5919988

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
github_auth_token: ${{ secrets.GITHUB_TOKEN }}
8484

8585
pypi-test:
86-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_python_package.yaml@master
86+
uses: ./.github/workflows/rw_python_package.yaml
8787
needs: [compute-version, build_git-tag_and_create_github-release]
8888
with:
8989
operation: 'publish-testpypi'

.github/workflows/release-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
github_auth_token: ${{ secrets.GITHUB_TOKEN }}
5656

5757
python-build-check:
58-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_python_package.yaml@master
58+
uses: ./.github/workflows/rw_python_package.yaml
5959
needs: build_git-tag_and_create_github-release
6060
with:
6161
operation: 'test'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
github_auth_token: ${{ secrets.GITHUB_TOKEN }}
344344

345345
release_python:
346-
uses: Chisanan232/Template-Python-UV-Project/.github/workflows/rw_python_package.yaml@master
346+
uses: ./.github/workflows/rw_python_package.yaml
347347
needs: [intent, bump_version, build_git-tag_and_create_github-release]
348348
if: needs.intent.outputs.do_release == 'true' && needs.intent.outputs.python != 'skip'
349349
with:

0 commit comments

Comments
 (0)