Skip to content

fix: manifest name (#583) #36

fix: manifest name (#583)

fix: manifest name (#583) #36

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@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3