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 97f0be7 commit cf2e6ecCopy full SHA for cf2e6ec
.github/workflows/build.yml
@@ -63,7 +63,7 @@ jobs:
63
- name: Archive bloomberg-comdb2 repo with build artifacts
64
run: 'tar -C /opt -czvf bloomberg-comdb2.tar.gz bb'
65
- name: Upload built bloomberg-comdb2
66
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
67
with:
68
name: bloomberg-comdb2
69
path: ./bloomberg-comdb2.tar.gz
@@ -97,7 +97,7 @@ jobs:
97
pipx run build --sdist
98
'
99
- name: Upload sdist
100
101
102
name: python-comdb2-sdist
103
path: dist/*.tar.gz
0 commit comments