Skip to content

Commit c4a8f96

Browse files
committed
✏️ Adjust the example.
1 parent bc86d32 commit c4a8f96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ And the CI workflow after-process could use this output result to judge whether
450450
# name: Check about it could work finely by installing the Python package with setup.py file
451451
needs: check_version-state
452452
if: ${{ needs.check_version-state.outputs.version_update_state == 'VERSION UPDATE' }}
453-
uses: Chisanan232/GitHub-Action_Reusable_Workflows-Python/.github/workflows/rw_push_pypi.yaml@v7.2
453+
uses: ./.github/workflows/rw_push_pypi.yaml
454454
with:
455455
build-type: poetry
456456
release-type: ${{ needs.build_git-tag_and_create_github-release.outputs.python_release_version }}

0 commit comments

Comments
 (0)