Skip to content

Commit

Permalink
Fixing up GH pkg publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordonei committed Jun 29, 2024
1 parent b3b60d5 commit d84c7e1
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 @@ -32,7 +32,7 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
run: |
package_version=$(python3 setup.py --version)
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
continue-on-error: true
id: check_package_version
Expand Down

0 comments on commit d84c7e1

Please sign in to comment.