Skip to content

suvayu/scm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example package

This package demonstrates a packaging workflow

  • circular dependency: bar from scm-dep
  • regular dependency: baz from scm-base

Development workflow

  1. create environment

    python -m venv --prompt scm venv
    source venv/bin/activate
  2. install dependencies (packages & from source)

    pip install -U pip
    pip install -r requirements.txt
  3. run tests

    pytest

Building wheels

  1. The build environment technically doesn't need anything except build, so you could reuse the environment above or create a fresh one with only build installed.

    python -m venv --prompt build buildenv
    source buildenv/bin/activate
    pip install -U pip build
  2. Build with:

    python -m build

About

Test repo for release automation

Resources

Stars

Watchers

Forks

Languages