From d92a1a528eef56a322379c9f7ea9ea7ee4931f76 Mon Sep 17 00:00:00 2001 From: Mehmet Yigit Avci Date: Mon, 25 Sep 2023 13:49:14 +0300 Subject: [PATCH] release test2 --- .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 2bc5a8b..35420e9 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