We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e2020c commit 3b1e0d0Copy full SHA for 3b1e0d0
.github/workflows/publish_pypi.yml
@@ -16,11 +16,11 @@ upload_pypi:
16
permissions:
17
id-token: write
18
if: github.event_name == 'release' && github.event.action == 'published'
19
- steps:
20
- - uses: actions/download-artifact@v4
21
- with:
22
- # unpacks all CIBW artifacts into dist/
23
- pattern: cibw-*
24
- path: dist
25
- merge-multiple: true
26
- - uses: pypa/gh-action-pypi-publish@release/v1
+ steps:
+ - uses: actions/download-artifact@v4
+ with:
+ # unpacks all CIBW artifacts into dist/
+ pattern: cibw-*
+ path: dist
+ merge-multiple: true
+ - uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments