diff --git a/.github/workflows/build_pypi.yml b/.github/workflows/build_pypi.yml index 5e5c5781..81318d24 100644 --- a/.github/workflows/build_pypi.yml +++ b/.github/workflows/build_pypi.yml @@ -56,7 +56,7 @@ jobs: run: | if [[ "${{ github.event_name }}" == "push" ]] && \ [[ "${{ github.event.ref }}" =~ ^refs/tags/v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then - echo ::set-output name=match::true + echo "match=true" >> $GITHUB_OUTPUT fi - name: Upload to PyPI