Apply suggestions from code review
Co-authored-by: Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
This commit is contained in:
co-authored by
Sviatoslav Sydorenko
parent
469c22e7a4
commit
f4c64fb836
@@ -23,13 +23,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: "3.x"
|
python-version: "3.x"
|
||||||
|
|
||||||
- name: build release distributions
|
- name: Build release distributions
|
||||||
run: |
|
run: |
|
||||||
# NOTE: put your own distribution build steps here.
|
# NOTE: put your own distribution build steps here.
|
||||||
python -m pip install build
|
python -m pip install build
|
||||||
python -m build
|
python -m build
|
||||||
|
|
||||||
- name: upload distributions
|
- name: Upload distributions
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: release-dists
|
name: release-dists
|
||||||
|
|||||||
Reference in New Issue
Block a user