Skip to content

fix logging message #27

fix logging message

fix logging message #27

Workflow file for this run

name: Release
on: [release, workflow_dispatch]
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}
name: Release

Check failure on line 9 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 9
jobs:
release:
name: Release jhub-apps
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Python
uses: mamba-org/[email protected]
with:
python-version: ${{ matrix.python-version }}
environment-file: environment-dev.yml
create-args: >-
python=${{ matrix.python-version }}
numpy
-c conda-forge
- name: Hatch Build
run: hatch build
- name: Hatch Publish
run: hatch publish -n