Update publish_pypi.yml

This commit is contained in:
Ishaan Jaff 2023-07-31 07:32:33 -07:00 committed by GitHub
parent afb65890d2
commit ab86d55ef2

View file

@ -19,13 +19,13 @@ 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
- name: Upload to PyPI
env:
TWINE_USERNAME: __token__