Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
president-xd authored Aug 21, 2024
1 parent ae16a26 commit 6c3cbc5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Release
on:
push:
tags:
- 'v0.1.1' # Match tags that follow semantic versioning
- 'v0.1.1' # This matches tags like v0.1.2, v1.0.0, etc.

jobs:
release:
Expand All @@ -20,6 +20,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install twine
- name: Build and publish
env:
Expand Down

0 comments on commit 6c3cbc5

Please sign in to comment.