Skip to content

Commit

Permalink
run binary to make sure it works
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed Aug 31, 2024
1 parent b75547e commit a65defd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pex-build-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install poetry
run: |-
pipx install poetry
pipx inject poetry poetry-plugin-export
pipx inject poetry poetry-plugin-export --force
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down Expand Up @@ -47,6 +47,7 @@ jobs:
--python=python3.12 \
-m kapitan \
-o dist/kapitan.linux-x86_64.pex
dist/kapitan.linux-x86_64.pex --help
- name: Add linux-x86_64 pex to assets
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit a65defd

Please sign in to comment.