We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697967c commit 0d85553Copy full SHA for 0d85553
.github/workflows/publish_pypi.yaml
@@ -31,6 +31,8 @@ jobs:
31
sudo apt-get update -y
32
sudo apt-get install -y twine
33
- name: Build Dist
34
+ env:
35
+ DIFFGRAM_SDK_VERSION: ${{ env.RELEASE_VERSION }}
36
run: |
37
cd sdk
38
python setup.py sdist bdist_wheel
0 commit comments