Skip to content

Commit

Permalink
test a single step
Browse files Browse the repository at this point in the history
  • Loading branch information
kerodekroma committed Dec 10, 2023
1 parent d0ecf05 commit fb19f81
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions .github/workflows/build_pygame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,5 @@ jobs:
permissions:
contents: write
steps:
- name: checkout
uses: actions/[email protected]
- name: build
run: |
echo "Installing pygbag"
python3 -m pip install pygbag
echo "pygbag success!"
echo "building the project"
python -m pygbag --build $GITHUB_WORKSPACE/py-singl-slider/main.py
echo "DONE"
- name: create release
- uses: ncipollo/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GH_CREDENTIALS }}
tag: ${{ github.ref_name }}
- name: checkout
uses: actions/[email protected]

0 comments on commit fb19f81

Please sign in to comment.