From 3fb1461c7c13b6832ed0f25625b19f2d321a74b7 Mon Sep 17 00:00:00 2001 From: Dustin Ingram Date: Wed, 23 Aug 2023 09:46:23 -0400 Subject: [PATCH] Update `release.yml` with release branch for `gh-action-pypi-publish` (#195) * Update `release.yml` with release branch for `gh-action-pypi-publish` Per documentation here: https://github.com/pypa/gh-action-pypi-publish (cc @webknjaz) * Update .github/workflows/release.yml Co-authored-by: Sviatoslav Sydorenko --------- Co-authored-by: Sviatoslav Sydorenko --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 51d7c6b6..5bde2fcd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,6 @@ jobs: - name: Build run: python -m build . - name: Publish - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: - skip_existing: true + skip-existing: true