Skip to content

Commit

Permalink
Update for releasing the package
Browse files Browse the repository at this point in the history
  • Loading branch information
trojkat committed Jul 30, 2024
1 parent fa36537 commit 570cad0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: publish
on: release
on:
push:
branches:
- master

jobs:
publish:
Expand All @@ -8,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
python-version: "3.10"
architecture: x64
- name: Build package
run: |
Expand Down

0 comments on commit 570cad0

Please # to comment.