Skip to content

Commit 30e0be4

Browse files
authored
Update actions.yml
1 parent f5f0c04 commit 30e0be4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ jobs:
7575
env:
7676
PYPI_TOKEN_PASSWORD: ${{ secrets.API_TOKEN_PYPI2 }}
7777
run: |
78-
pip install wheel twine, build
78+
pip install wheel, twine, build
7979
python -m build --sdist --wheel
8080
twine upload --username "__token__" --password $PYPI_TOKEN_PASSWORD dist/*

0 commit comments

Comments
 (0)