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 ef35fd0 commit 7afc8e2Copy full SHA for 7afc8e2
.github/workflows/release.yml
@@ -127,12 +127,11 @@ jobs:
127
env:
128
TWINE_USERNAME: __token__
129
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
130
+ container: python:3.7
131
steps:
132
- uses: actions/checkout@v2
- - uses: actions/setup-python@v2
133
- with:
134
- python-version: '3.7'
135
- architecture: 'x64'
+ - name: Install dependencies
+ run: make install-python-ci-dependencies
136
- name: Publish Python Package
137
run: |
138
cd sdk/python
0 commit comments