Update github-actions

This commit is contained in:
Unrud
2022-07-03 12:28:47 +02:00
parent 86ada4cf97
commit f9d9b88a77
2 changed files with 16 additions and 15 deletions

View File

@@ -11,8 +11,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.x
- name: Install dependencies
run: python -m pip install wheel
- name: Install build dependencies
run: pip install setuptools wheel
- name: Build
run: python setup.py sdist bdist_wheel
- name: Publish to PyPI