mirror of
https://github.com/markqvist/rnsh.git
synced 2025-05-12 02:55:16 -04:00
Add missing build step
This commit is contained in:
parent
ee084eddf5
commit
0e68af92f8
1 changed files with 4 additions and 0 deletions
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
|
||||
|
||||
|
||||
- name: Build package
|
||||
run: poetry build
|
||||
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue