Update publish_pypi.yml

This commit is contained in:
Ishaan Jaff 2023-07-31 07:32:33 -07:00 committed by GitHub
parent 1c81edc629
commit 5b041a3cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: