mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-08 03:10:30 +02:00
🐛 Release: Try fixing getting the version (install setuptools-ocrd)
This commit is contained in:
parent
1c95a82941
commit
dd16a16901
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Check git tag vs package version
|
- 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
|
- name: Build package
|
||||||
run: python3 -m pip install --upgrade build && python3 -m build
|
run: python3 -m pip install --upgrade build && python3 -m build
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue