Skip to content

Commit

Permalink
More typos in GH publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Jun 29, 2024
1 parent d84c7e1 commit 4d7769f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-client-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
package_version=$(python3 dist/python/setup.py --version)
curl -sSL https://pypi.org/pypi/my_package_name/json | grep -q "\"$package_version\"" && exit 1 || exit 0
curl -sSL https://pypi.org/pypi/coct_sr_api_client/json | grep -q "\"$package_version\"" && exit 1 || exit 0
continue-on-error: true
id: check_package_version

Expand Down

0 comments on commit 4d7769f

Please sign in to comment.