Skip to content

Commit 1b80e81

Browse files
authored
Update pythonpublish.yml
1 parent 68ba716 commit 1b80e81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
- name: Install dependencies
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install build twine
18+
pip install setuptools build twine
1919
- name: Build and publish
2020
env:
2121
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
2222
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2323
run: |
2424
python -m build
25-
twine upload dist/*
25+
twine upload dist/*

0 commit comments

Comments
 (0)