Skip to content

Commit 110b124

Browse files
committed
correct workflow paths
1 parent b4a09c9 commit 110b124

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ jobs:
3232
uv build
3333
3434
- name: Publish to PyPI
35-
if: github.event_name == 'release' && github.event.action == 'published'
3635
uses: pypa/gh-action-pypi-publish@release/v1
3736
with:
3837
user: __token__
3938
password: ${{ secrets.PYPI_API_TOKEN }}
40-
packages-dir: thirdweb-mcp/dist/ thirdweb-ai/dist/
39+
packages-dir: python/thirdweb-mcp/dist/ python/thirdweb-ai/dist/

0 commit comments

Comments
 (0)