summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInada Naoki <songofacandy@gmail.com>2022-06-03 14:37:21 +0900
committerInada Naoki <songofacandy@gmail.com>2023-03-08 22:19:17 +0900
commitaa9ce3e2bbc1d3d0476396892c46e704292455ab (patch)
treebaedc3bd13a4920cb6f51d822a7d3e2ed2862250
parentdcb775031c0b1d575b90e822e81e845ebfda4a2e (diff)
downloadmsgpack-python-aa9ce3e2bbc1d3d0476396892c46e704292455ab.tar.gz
Action: Run publish on tag creation.
-rw-r--r--.github/workflows/wheel.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/wheel.yml b/.github/workflows/wheel.yml
index 2305008..5f103a3 100644
--- a/.github/workflows/wheel.yml
+++ b/.github/workflows/wheel.yml
@@ -49,8 +49,8 @@ jobs:
name: Wheels
path: wheelhouse
- - name: Publish Wheels to TestPyPI
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ - name: Publish Wheels to PyPI
+ if: github.event_name == 'create' && github.event.ref_type == 'tag'
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages_dir: wheelhouse