Skip to content

Commit acee225

Browse files
committed
Correct typo
1 parent c1bc381 commit acee225

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build_wheels.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838
needs: [build_wheels, build_sdist]
3939
runs-on: ubuntu-22.04
4040
if: github.event_name == 'release' && github.event.action == 'published'
41-
steps:
42-
- uses: actions/download-artifact@v3
43-
with:
44-
name: artifact
45-
path: dist
46-
- uses: pypa/[email protected]
47-
with:
48-
user: __token__
49-
password: ${{ secrets.PYPI_API_TOKEN }}
41+
steps:
42+
- uses: actions/download-artifact@v3
43+
with:
44+
name: artifact
45+
path: dist
46+
- uses: pypa/[email protected]
47+
with:
48+
user: __token__
49+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)