Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy a simple python worker, invoke error: No loader is configured for ".py" #270

Open
freelixilong opened this issue Jun 13, 2024 · 2 comments

Comments

@freelixilong
Copy link

Screenshot from 2024-06-13 16-43-33

@freelixilong
Copy link
Author

May be my problem

@Hugo-C
Copy link

Hugo-C commented Jul 6, 2024

This seems linked to the wrangler version, adding it like:

      - name: Build & Deploy Worker
        uses: cloudflare/wrangler-action@v3
        with:
          wranglerVersion: "latest"  <-- HERE
          accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
          apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}

fixed it for me.
Related to #238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants