We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54bc6f9 commit 09b95e7Copy full SHA for 09b95e7
2 files changed
.github/workflows/publish.yml
@@ -91,6 +91,8 @@ jobs:
91
uses: actions/download-artifact@v4
92
with:
93
path: dist
94
+ # Merge all artifacts directly into dist/ so Twine finds files
95
+ merge-multiple: true
96
97
- name: Publish to PyPI
98
uses: pypa/gh-action-pypi-publish@release/v1
.gitignore
@@ -63,11 +63,4 @@ crates/**/Cargo.lock
63
# Local environment files
64
.env
65
.env.*
66
-/.idea/inspectionProfiles/profiles_settings.xml
67
-/.idea/inspectionProfiles/Project_Default.xml
68
-/.idea/.gitignore
69
-/.idea/codex-python.iml
70
-/.idea/misc.xml
71
-/.idea/modules.xml
72
-/.idea/ruff.xml
73
-/.idea/vcs.xml
+/.idea/
0 commit comments