mirror of
https://github.com/markqvist/rnsh.git
synced 2024-10-01 01:15:37 -04:00
Add missing build step
This commit is contained in:
parent
ee084eddf5
commit
0e68af92f8
4
.github/workflows/python-publish.yml
vendored
4
.github/workflows/python-publish.yml
vendored
@ -53,6 +53,10 @@ jobs:
|
|||||||
run: poetry run pytest -m "not skip_ci" tests
|
run: poetry run pytest -m "not skip_ci" tests
|
||||||
|
|
||||||
|
|
||||||
|
- name: Build package
|
||||||
|
run: poetry build
|
||||||
|
|
||||||
|
|
||||||
- name: Upload a Build Artifact
|
- name: Upload a Build Artifact
|
||||||
uses: actions/upload-artifact@v3.1.2
|
uses: actions/upload-artifact@v3.1.2
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user