Skip to content

Dummy wf looks good, moving to release.yml #2

Dummy wf looks good, moving to release.yml

Dummy wf looks good, moving to release.yml #2

Workflow file for this run

name: release
permissions:
contents: write
pull-requests: read
on:
push:
tags:
- '*'
env:
SERVER: production
jobs:
run:
name: Bump and release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install Hatch
run: pip install --upgrade hatch
- name: build
run: hatch build
- name: publish-dummy
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}
run: hatch version