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 e070b02 commit 39b7ddfCopy full SHA for 39b7ddf
.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
- run: python setup.py sdist bdist_wheel
+ run: |
35
+ cd sdk
36
+ python setup.py sdist bdist_wheel
37
- name: Upload with Twine
38
run: twine upload dist/* --skip-existing --username ${{ secrets.TWINE_PASSWORD }} --password ${{ secrets.TWINE_USERNAME }}
0 commit comments