diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 693ced3..ff4396b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,10 @@ jobs: run: python -m pip install build --user - name: Build a binary wheel and a source tarball run: python -m build --sdist --wheel --outdir dist/ + - name: debug env1 + run: echo {{github.ref}} + - name: debug env2 + run: echo {{github.ref_name}} - name: Publish distribution 📦 to PyPI if: startsWith(github.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@release/v1