Skip to content

Commit fcb0eca

Browse files
authored
Merge pull request #168 from pycroscopy/use_dict3
Update actions.yml
2 parents 30e0be4 + 50200f4 commit fcb0eca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/actions.yml

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

0 commit comments

Comments
 (0)