Skip to content

Commit 55cdfaf

Browse files
committed
Fix actions
1 parent e6e0c2d commit 55cdfaf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ jobs:
1717
- name: Build the project
1818
run: uv build
1919

20+
- name: Store the distribution packages
21+
uses: actions/upload-artifact@v4
22+
with:
23+
name: python-package-distributions
24+
path: dist/
25+
2026
publish-to-pypi:
2127
name: >-
2228
Publish Python 🐍 distribution 📦 to PyPI

0 commit comments

Comments
 (0)