Skip to content

v3.1.3, allows medfilter and reqtracks for daily_avg to be saved in t… #117

v3.1.3, allows medfilter and reqtracks for daily_avg to be saved in t…

v3.1.3, allows medfilter and reqtracks for daily_avg to be saved in t… #117

Workflow file for this run

on:
push:
tags:
- '*'
jobs:
build-n-publish:
name: Build and publish Python distributions to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install pypa/build
run: >-
python3 -m
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: |-
export SETUPTOOLS_USE_DISTUTILS=stdlib
python3 -m build --sdist --outdir dist/ .
- name: Publish distribution to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.GITHUB4GNSSREFL}}