We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The last failed run is seen here:
https://github.com/RoquesBeach/archipelago/runs/1636866964
The text was updated successfully, but these errors were encountered:
@jbampton cloudflare/python-worker-hello-world#2 (comment) maybe is it ?
Sorry, something went wrong.
@jbampton you could test without the Wrangler GitHub Action which seems KO for python :
name: Deploy on: push: branches: - main jobs: deploy: runs-on: ubuntu-latest name: Deploy steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: node-version: '12' - run: npm i @cloudflare/wrangler -g - name: Set up Python 3.7 uses: actions/setup-python@v1 with: python-version: 3.7 - name: Install dependencies shell: bash run: | python -m pip install transcrypt - name: Wrangler publish shell: bash env: CF_ACCOUNT_ID: YOUR_CF_ACCOUNT_ID CF_API_KEY: ${{ secrets.CF_API_TOKEN }} run: wrangler publish
No branches or pull requests
The last failed run is seen here:
https://github.com/RoquesBeach/archipelago/runs/1636866964
The text was updated successfully, but these errors were encountered: