Skip to content

Commit 3b1e0d0

Browse files
committed
Fix syntax on publish_pypi
1 parent 8e2020c commit 3b1e0d0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish_pypi.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ upload_pypi:
1616
permissions:
1717
id-token: write
1818
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
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

0 commit comments

Comments
 (0)