Skip to content

Commit

Permalink
Update release-wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dahlend authored Sep 25, 2024
1 parent a64839c commit 9986fff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ name: Release-Wheels

on:
release:
types: [released]
types:
- published
push:
tags: 'v[0-9]+.[0-9]+.[0-9]+'
concurrency:
Expand Down Expand Up @@ -68,7 +69,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wheel-cp${{ matrix.python }}-${{ matrix.platform_id }}
path: wheelhouse/*.whl
path: ./wheelhouse/*.whl
publish-to-pypi:
name: Publish Python 🐍 distribution 📦 to PyPI
needs:
Expand All @@ -83,8 +84,8 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: wheel-cp*.whl
path: wheelhouse/*.whl
name: wheel-*
path: dist
merge-multiple: true
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 9986fff

Please sign in to comment.