Skip to content

chore: publish test in pull requests #2

chore: publish test in pull requests

chore: publish test in pull requests #2

Workflow file for this run

ame: Publish pyQuil (test)

Check failure on line 1 in .github/workflows/publish-test.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-test.yml

Invalid workflow file

The workflow is not valid. .github/workflows/publish-test.yml (Line: 1, Col: 1): Unexpected value 'ame'
on:
push:
branches: [1759-use-grpc-web]
pull_request:
branches: [1759-use-grpc-web]
jobs:
build-publish:
name: Build and Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: snok/install-poetry@v1
with:
virtualenvs-in-project: true
- name: Patch package metadata for grpc-web
run: |
pip install toml
python scripts/ci_publish_grpc_web.py
cargo update hyper-proxy
- name: "Build"
run: |
poetry build --no-interaction
- name: Upload wheels
uses: actions/upload-artifact@v2
with:
name: wheels