We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 995d1cf commit 046d2bbCopy full SHA for 046d2bb
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
python-version: 3.13
14
- name: Install requirements
15
- run: pip install -r requirements.txt -r test-requirements.txt
+ run: pip install -r requirements.txt -r test-requirements.txt -r ci-requirements.txt
16
# Open-api-generator is broken. To be updated when upgrading
17
# - name: test
18
# run: tox
@@ -39,7 +39,7 @@ jobs:
39
40
41
- name: Install ci requirements
42
- run: pip install -r requirements.txt
+ run: pip install -r ci-requirements.txt
43
- name: Release
44
run: |
45
git config --global user.email "infra@bimdata.io"
ci-requirements.txt
@@ -0,0 +1,4 @@
1
+python-semantic-release==9.21.0
2
+twine>=6.1.0
3
+tox>=4.25.0
4
+setuptools >= 79.0.1
0 commit comments