Skip to content

Commit 0d85553

Browse files
committedSep 1, 2021
fix versioning
1 parent 697967c commit 0d85553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/publish_pypi.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
sudo apt-get update -y
3232
sudo apt-get install -y twine
3333
- name: Build Dist
34+
env:
35+
DIFFGRAM_SDK_VERSION: ${{ env.RELEASE_VERSION }}
3436
run: |
3537
cd sdk
3638
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)
Please sign in to comment.