mirror of
https://github.com/markqvist/rnsh.git
synced 2025-04-18 06:25:46 -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
|
||||
|
||||
|
||||
- name: Build package
|
||||
run: poetry build
|
||||
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v3.1.2
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user