Skip to content

Commit

Permalink
Publish 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
graphemecluster committed Jul 25, 2024
1 parent 2b78a04 commit 40452e7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
name: Publish Python Package

on:
release:
types: [created]
workflow_dispatch:

jobs:
test:
Expand All @@ -16,6 +15,9 @@ jobs:
steps:
- name: Checkout latest commit
uses: actions/checkout@v4
with:
fetch-tags: true
ref: '2.0.0'
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 40452e7

Please sign in to comment.