Skip to content

Commit

Permalink
chore: add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Nov 25, 2024
1 parent 099bdc1 commit 4e8ef6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:

push:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
defaults:
run:
working-directory: ./tutor-contrib-harmony-plugin
Expand All @@ -19,8 +20,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.12
- name: Debug
run: echo $GITHUB_REF

- name: Install Dependencies
run: pip install setuptools wheel

Expand Down

0 comments on commit 4e8ef6e

Please sign in to comment.