Skip to content

Commit ba29ae4

Browse files
committed
🧬 Rename reusable workflow for pushing Python package to PyPI. Align the naming about it must to start with *rw_* if it's reusable workflow.
1 parent 589aff9 commit ba29ae4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/test_python_project_ci_one-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
# name: Upload the Python package files which has been compiled to PyPi
127127
if: github.event_name == 'push' && github.ref_name == 'release'
128128
needs: build_git-tag_and_create_github-release
129-
uses: ./.github/workflows/push_pkg_to_pypi.yaml
129+
uses: ./.github/workflows/rw_push_pypi.yaml
130130
with:
131131
release-type: ${{ needs.build_git-tag_and_create_github-release.outputs.python_release_version }}
132132
push-to-PyPI: test

0 commit comments

Comments
 (0)