mirror of
https://github.com/msgpack/msgpack-python.git
synced 2025-10-19 20:03:16 +00:00
Action: Run publish on tag creation.
This commit is contained in:
parent
dcb775031c
commit
aa9ce3e2bb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/wheel.yml
vendored
4
.github/workflows/wheel.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue