Skip to content

Commit

Permalink
with
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Sep 12, 2024
1 parent 30bf974 commit 9114570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
needs: [linux, macos, sdist]
steps:
- uses: actions/download-artifact@v4
path: dist
with:
path: dist
- run: ls dist/
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 9114570

Please sign in to comment.