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 9640050 commit f94821cCopy full SHA for f94821c
.github/workflows/publish_pypi.yaml
@@ -22,6 +22,8 @@ jobs:
22
export DIFFGRAM_SDK_VERSION=${{ env.RELEASE_VERSION }}
23
- name: Echo
24
run: echo ${{ steps.tag.outputs.result }}
25
+ - name: Install Dependencies
26
+ run: pip install -r requirements.txt
27
- name: Install Twine
28
run: |
29
sudo apt-get update -y
0 commit comments