Skip to content

feat: support custom and integer frequencies (#532) #33

feat: support custom and integer frequencies (#532)

feat: support custom and integer frequencies (#532) #33

Workflow file for this run

name: Upload Python Packages
on:
push:
tags: ['v*']
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Set up Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 5.3.0
with:
python-version: '3.10'
- name: Install dependencies
run: python -m pip install --upgrade pip && pip install build
- name: Build nixtla package
run: python -m build
- name: Publish nixtla package
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # v1.12.2