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 b4a09c9 commit 110b124Copy full SHA for 110b124
.github/workflows/release.yml
@@ -32,9 +32,8 @@ jobs:
32
uv build
33
34
- name: Publish to PyPI
35
- if: github.event_name == 'release' && github.event.action == 'published'
36
uses: pypa/gh-action-pypi-publish@release/v1
37
with:
38
user: __token__
39
password: ${{ secrets.PYPI_API_TOKEN }}
40
- packages-dir: thirdweb-mcp/dist/ thirdweb-ai/dist/
+ packages-dir: python/thirdweb-mcp/dist/ python/thirdweb-ai/dist/
0 commit comments