From 89e12d032d81221ebb072eb7fa7260a992a1e8df Mon Sep 17 00:00:00 2001 From: Mehmet Yigit Avci Date: Mon, 25 Sep 2023 13:24:12 +0300 Subject: [PATCH] release test --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35420e9..2bc5a8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} root_options: '-vv' - - name: Publish package distributions to PyPI + - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 # NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true. # See https://github.com/actions/runner/issues/1173