Skip to content

Commit 7afc8e2

Browse files
committed
Fix Python SDK publish
Signed-off-by: Willem Pienaar <[email protected]>
1 parent ef35fd0 commit 7afc8e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,11 @@ jobs:
127127
env:
128128
TWINE_USERNAME: __token__
129129
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
130+
container: python:3.7
130131
steps:
131132
- uses: actions/checkout@v2
132-
- uses: actions/setup-python@v2
133-
with:
134-
python-version: '3.7'
135-
architecture: 'x64'
133+
- name: Install dependencies
134+
run: make install-python-ci-dependencies
136135
- name: Publish Python Package
137136
run: |
138137
cd sdk/python

0 commit comments

Comments
 (0)