Update pythonpublish.yml

This commit is contained in:
Jamie Hardt
2023-05-17 17:06:17 -07:00
committed by GitHub
parent 4daa008e91
commit e90897e503

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools build wheel twine
- name: Build and publish
env:
TWINE_USERNAME: __token__