hotfix gha publish to pypi

This commit is contained in:
Gil Forsyth 2022-06-17 12:49:58 -04:00
parent db5141006e
commit e3a7e8718c
Failed to generate hash of commit

View file

@ -24,7 +24,7 @@ jobs:
- name: install pypa/build
run: pip install build
- name: build sdist(tarball) to dist/
if: startsWith(matrix.python-version, '3.10') }}
if: ${{ startsWith(matrix.python-version, '3.10') }}
run: python -m build . --sdist
- name: build bdist(wheel) to dist/
run: python -m build . --wheel