From cc07e4455482a686e469428bc6875a201e4fb2b1 Mon Sep 17 00:00:00 2001 From: Arthur Pastel Date: Tue, 25 Jul 2023 14:58:16 +0200 Subject: [PATCH] fix: fix typo in release.yml --- .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 d70a054..bc0e19a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Build the library run: hatch build - - name: Publish package distributions to TestPyPI + - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 - name: Create a draft release