Skip to content

Commit

Permalink
Merge pull request #23 from jonfairbanks/develop
Browse files Browse the repository at this point in the history
Fix workflow versioning
  • Loading branch information
jonfairbanks committed Mar 2, 2024
2 parents 267832e + 30f3b7a commit 116fa25
Show file tree
Hide file tree
Showing 4 changed files with 715 additions and 32 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
RELEASE_BRANCHES: "master,main"
DEFAULT_BUMP: "patch"
INITIAL_VERSION: "1.1.1"
INITIAL_VERSION: "v1.3.1"
WITH_V: true
- name: Log new version
id: log-version
run: echo "New version -- ${{ steps.bump-tag.outputs.new_tag }}"
Expand Down
4 changes: 4 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ pycryptodome = "*"
nbconvert = "*"
pyexiftool = "*"
numba = "*"
llama-index-readers-web = "*"
html2text = "*"
streamlit-tags = "*"
streamlit-extras = "*"

[dev-packages]

Expand Down
Loading

0 comments on commit 116fa25

Please sign in to comment.