Skip to content

Commit ee46bc2

Browse files
committed
Correct another typo
1 parent acee225 commit ee46bc2

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ jobs:
4040
if: github.event_name == 'release' && github.event.action == 'published'
4141
steps:
4242
- uses: actions/download-artifact@v3
43-
with:
44-
name: artifact
45-
path: dist
43+
with:
44+
name: artifact
45+
path: dist
4646
- uses: pypa/[email protected]
47-
with:
48-
user: __token__
49-
password: ${{ secrets.PYPI_API_TOKEN }}
47+
with:
48+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)