Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

ci: use Pandoc 2.11 #21

ci: use Pandoc 2.11

ci: use Pandoc 2.11 #21

Workflow file for this run

name: Bump version
on:
push:
branches:
- master
jobs:
bump-version:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
with:
ref: 'master'
- uses: actions/setup-python@v1
with:
python-version: '3.x'

Check failure on line 19 in .github/workflows/bump-version.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bump-version.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
- name: Install dependencies
run: 'pip install -r requirements.txt'
pandoc-version: "2.11.1.1"
- name: install pandoc
uses: r-lib/actions/setup-pandoc@v1
- name: local install
run: 'python setup.py install'
- name: Tests
run: 'bash scripts/test.sh'
- name: Build
run: 'bash scripts/build.sh'
- name: Bump version
run: 'bash scripts/bump-version.sh'
env:
TWINE_USERNAME: 'noelmace'
TWINE_PASSWORD: '${{ secrets.TWINE_PWD }}'
TWINE_NON_INTERACTIVE: true