Skip to content

Add support for http/https proxy #72

Add support for http/https proxy

Add support for http/https proxy #72

Workflow file for this run

name: build
on:
push:
branches: [main, develop]
pull_request:
branches: [develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7
uses: actions/setup-python@v4
with:
python-version: "3.7"
- name: Install hatch
run: pip install --upgrade hatch
- name: Run hatch build
run: hatch --verbose build