Skip to content

feat: changed description #2

feat: changed description

feat: changed description #2

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.8.3'
architecture: 'x64'
- name: Display Python version
run: python -c "import sys; print(sys.version)"