From 35d89014be80349954ebd0869bdbe63bd89a6995 Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Thu, 18 Jul 2024 13:59:17 -0700 Subject: [PATCH] Don't attempt to publish .dev --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index d3a09f2..c98a12a 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -200,7 +200,7 @@ jobs: ls -l dist - name: Publish to TestPyPI if alpha - if: "contains(env.PACKAGE_VERSION, 'a')" + if: "contains(env.PACKAGE_VERSION, 'a') && !contains(env.PACKAGE_VERSION, '.dev')" uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: true