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 a9b0101 commit 3860312
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/release-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,18 @@ jobs:
name: Publish Python 🐍 distribution 📦 to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build_wheels
- build_wheels
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/kete
permissions:
id-token: write
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: wheel-cp*.whl
path: wheelhouse/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
steps:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: wheel-cp*.whl
path: wheelhouse/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 3860312

Please sign in to comment.