Apply suggestions from code review

Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
This commit is contained in:
William Woodruff
2024-03-19 15:40:07 -04:00
committed by GitHub
parent 469c22e7a4
commit f4c64fb836
+2 -2
View File
@@ -23,13 +23,13 @@ jobs:
with:
python-version: "3.x"
- name: build release distributions
- name: Build release distributions
run: |
# NOTE: put your own distribution build steps here.
python -m pip install build
python -m build
- name: upload distributions
- name: Upload distributions
uses: actions/upload-artifact@v4
with:
name: release-dists