We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a82f76 commit e0198b6Copy full SHA for e0198b6
2 files changed
.github/workflows/build-golang-ubuntu-buf.yaml
@@ -53,3 +53,8 @@ jobs:
53
cd buf-build/
54
chmod +x ./uv_buf_build_script.sh
55
./uv_buf_build_script.sh
56
+
57
+ - uses: actions/upload-artifact@v4
58
+ with:
59
+ name: otdf_python_${{ matrix.python3_version }}
60
+ path: buf-build/buf-build-generated/dist/*.whl
.gitignore
@@ -1,6 +1,6 @@
1
#### Start project specific git exclusions
2
otdf_python/
3
-build-scripts/buf-build/
+buf-build/buf-build-generated/
4
5
#### End project specific git exclusions
6
0 commit comments