Skip to content

Commit

Permalink
fiddling
Browse files Browse the repository at this point in the history
Signed-off-by: Simon A. F. Lund <[email protected]>
  • Loading branch information
safl committed Nov 20, 2024
1 parent 75c9f22 commit 5d34c13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
run: |
sudo ./auxi/pkgs/${{ matrix.os.name }}.sh
- name: Yace, release-build
run: |
make release-build
- name: Yace, install
run: |
make install
Expand Down
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROJECT=yace
AUX_PATH=auxi
PIPX_LOCAL_VENVS=$(shell echo ~/.local/share/pipx/venvs/)
PIPX_LOCAL_VENVS=$(shell pipx environment --value PIPX_LOCAL_VENVS)

ifeq ($(PLATFORM_ID),Windows)
else
Expand Down Expand Up @@ -101,6 +101,7 @@ define release-build-help
endef
.PHONY: release-build
release-build:
tree $(PIPX_LOCAL_VENVS)
$(PIPX_LOCAL_VENVS)/yace/bin/python -m build --sdist
$(PIPX_LOCAL_VENVS)/yace/bin/python -m build --wheel

Expand Down

0 comments on commit 5d34c13

Please sign in to comment.