Skip to content

Commit

Permalink
Switch to toltec-dev/build-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 23, 2023
1 parent 1e789ad commit 9242399
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,13 @@ on:
jobs:
build:
name: Build and package
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install toltecmk
run: pip install toltecmk
- name: Create source tarball
run: tar -czvf src.tar.gz src
- name: Build package
run: |
tar -czvf src.tar.gz src
toltecmk
uses: toltec-dev/build-action@v1
- name: Save packages
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 9242399

Please sign in to comment.