Skip to content

Merge pull request #41 from psyb0t/dependabot/pip/pandas-2.2.3 #124

Merge pull request #41 from psyb0t/dependabot/pip/pandas-2.2.3

Merge pull request #41 from psyb0t/dependabot/pip/pandas-2.2.3 #124

Workflow file for this run

name: pipeline
on: [push]
jobs:
call-python-package-workflow:
uses: psyb0t/reusable-github-workflows/.github/workflows/python-package-workflow.yml@master
with:
python_version: "3.12.0"
install_dependencies_command: "make dep"
build_command: "make build"
dist_dir: "dist"
enable_code_checks: false # TODO: enable and fix
debug: true
secrets:
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}