Skip to content

Commit

Permalink
πŸ› Release: Try fixing getting the version (install setuptools-ocrd)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegerber committed Aug 4, 2023
1 parent 1c95a82 commit dd16a16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Check git tag vs package version
run: python3 -m pip install --upgrade setuptools && .github/workflows/release-check-version-tag
run: python3 -m pip install --upgrade setuptools setuptools-ocrd && .github/workflows/release-check-version-tag
- name: Build package
run: python3 -m pip install --upgrade build && python3 -m build
- name: Test
Expand Down

0 comments on commit dd16a16

Please sign in to comment.