Update publish_pypi.yml
This commit is contained in:
parent
1c81edc629
commit
5b041a3cbe
8
.github/workflows/publish_pypi.yml
vendored
8
.github/workflows/publish_pypi.yml
vendored
@ -19,12 +19,12 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install twine
|
||||
pip install wheel
|
||||
pip install --upgrade setuptools
|
||||
|
||||
- name: Build package
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
||||
- name: Install twine
|
||||
run: pip install twine
|
||||
run: python setup.py sdist bdist_wheel
|
||||
|
||||
- name: Upload to PyPI
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user