Skip to content

Python bindings

Python bindings #43

Workflow file for this run

name: release
on:
release:
types: [created]
pull_request:
env:
PKG_CONFIG_PATH: "/usr/lib/pkgconfig"
env:

Check failure on line 10 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yml

Invalid workflow file

You have an error in your yaml syntax on line 10
PKG_CONFIG_PATH: "/usr/lib/pkgconfig"
jobs:
release:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
target: [x86_64-unknown-linux-musl, x86_64-apple-darwin, x86_64-pc-windows-gnu]
steps:
- uses: actions/checkout@master
- name: Release ${{ matrix.target }}
uses: rust-build/rust-build.action@v1.4.2
env:
GITHUB_TOKEN: ${{ matrix.target }}
with:
SRC_DIR: "rinex-cli"
RUSTTARGET: ${{ matrix.target }}
EXTRA_FILES: "rinex-cli/README.md LICENSE-APACHE LICENSE-MIT"
TOOLCHAIN_VERSION: stable
ARCHIVE_TYPES: zip
ARCHIVE_NAME: rinex-cli-${{ matrix.target }}.zip