We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc86d32 commit c4a8f96Copy full SHA for c4a8f96
README.md
@@ -450,7 +450,7 @@ And the CI workflow after-process could use this output result to judge whether
450
# name: Check about it could work finely by installing the Python package with setup.py file
451
needs: check_version-state
452
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
+ uses: ./.github/workflows/rw_push_pypi.yaml
454
with:
455
build-type: poetry
456
release-type: ${{ needs.build_git-tag_and_create_github-release.outputs.python_release_version }}
0 commit comments