Skip to content

build(deps): bump python-dotenv from 1.1.1 to 1.2.1 #713

build(deps): bump python-dotenv from 1.1.1 to 1.2.1

build(deps): bump python-dotenv from 1.1.1 to 1.2.1 #713

Workflow file for this run

name: "Packaging Test"
on:
push:
branches: [main]
pull_request: {}
jobs:
check_packaging:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.14
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox
- name: Run Packaging Test
run: |
tox -e test_packaging