Skip to content
Snippets Groups Projects
Select Git revision
  • ad0929325390a81308abbc7aea856a2e6c4f6e81
  • main default protected
  • f-spss-value-label-name
  • dev
  • f-unmod
  • f-checkidentical
  • f-simple-breakpoint
  • f-new-debug-tree
  • f-existing-file-id
  • f-no-ident
  • f-collect-problems
  • f-refactor-debug-tree
  • v0.13.0
  • v0.12.0
  • v0.11.0
  • v0.10.1
  • v0.10.0
  • v0.9.1
  • v0.9.0
  • v0.8.0
  • v0.7.1
  • v0.7.0
  • v0.6.0
  • v0.5.0
  • v0.4.0
  • v0.3.0
  • v0.2.0
  • v0.1.0
28 results

release.sh

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    release.sh 103 B
    #!/bin/bash
    rm -rf dist/ build/ .eggs/
    python setup.py sdist bdist_wheel
    python -m twine upload dist/*