Skip to content

Commit

Permalink
Update workflow publish yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyFrogLOL committed Jul 26, 2024
1 parent c901e33 commit 53f2ffd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
name: Upload Python Package

on:
release:
types: [published]
push:
tags:
- 'v*' # This triggers the workflow on version tags like v1.0, v2.1.3, etc.

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ llmdocparser/output/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
./output

0 comments on commit 53f2ffd

Please sign in to comment.