force latest version

This commit is contained in:
Schmieder, Jacob
2024-05-17 12:13:25 +00:00
parent b92c6d8e39
commit 85fa9deb96
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install package - name: Install package
run: | run: |
python3 -m pip install -U --index-url https://test.pypi.org/simple/ scraibe python3 -m pip install -U --index-url https://test.pypi.org/simple/ scraibe>=0.1.3
# publish-to-pypi: # publish-to-pypi: