1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-08 19:30:01 +02:00

🐛 Release: Try fixing getting the version (install setuptools-ocrd)

This commit is contained in:
Mike Gerber 2023-08-04 19:28:21 +02:00
parent 1c95a82941
commit dd16a16901

View file

@ -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