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 2d8a802 commit 0803454Copy full SHA for 0803454
.github/workflows/push_pkg_to_pypi.yaml
@@ -51,11 +51,6 @@ jobs:
51
- name: Checkout
52
uses: actions/checkout@v3
53
54
- - name: Download shell script for checking input parameters
55
- run: |
56
- curl https://raw.githubusercontent.com/Chisanan232/GitHub-Action_Reusable_Workflows-Python/develop/scripts/ci/check_getting_output.sh --output ./scripts/ci/check_getting_output.sh
57
- bash ./scripts/ci/check_getting_output.sh
58
-
59
- name: Setup Python 3.10 in Ubuntu OS
60
uses: actions/setup-python@v4
61
with:
0 commit comments