Skip to content

Commit fb39f9d

Browse files
committed
update Release.yml
1 parent 68fe245 commit fb39f9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/Release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install twine
23+
pip install --upgrade setuptools
2324
python setup.py sdist bdist_wheel
2425
twine upload dist/* -u __token__ -p $PYPI_TOKEN
2526
- uses: ncipollo/release-action@v1

0 commit comments

Comments
 (0)