Skip to content

Commit

Permalink
fix: Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eyeonus authored Mar 23, 2024
1 parent 60b4b19 commit 432631e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,12 @@ jobs:

- name: build distribution
run: python3 -m build


- name: Download all the dists
uses: actions/download-artifact@v3
with:
name: python-package-distributions
path: dist/

- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 432631e

Please sign in to comment.