diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a26050a6..2bf51c31 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -114,5 +114,9 @@ jobs: with: name: python-package-distributions path: dist/ + - name: Check if distribution 📦 names match git tag + run: | + test -f "dist/aiobotocore-${{ github.ref_name }}.tar.gz" + test -f "dist/aiobotocore-${{ github.ref_name }}-py3-none-any.whl" - name: Publish distribution 📦 to PyPI uses: pypa/gh-action-pypi-publish@release/v1