Skip to content

Commit

Permalink
build: add missing section to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
skhrg authored Dec 8, 2023
1 parent 76d6b28 commit 1951adb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,8 @@ jobs:
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/
- name: Publish to PyPi
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 1951adb

Please sign in to comment.