Skip to content

333 Add CF metadata attributes to PyOPIA netcdf file (#340) #67

333 Add CF metadata attributes to PyOPIA netcdf file (#340)

333 Add CF metadata attributes to PyOPIA netcdf file (#340) #67

Workflow file for this run

name: Publish
on:
release:
types:
- released
push:
branches:
- main
workflow_dispatch:
jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
environment:
name: release
url: https://pypi.org/p/pyopia
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v3
- name: Install Python
run: uv python install 3.12
- name: Build
run: uv build
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1