Skip to main content

My build server i run on my home server to check for git repo tags, and push to pypi

Project description

An automated build server written for Python2.7

monitors git repository, and when new tagged versions are released, builds and uploads to your chosen repository via twine

you will need to create a `config.yaml` file in ``/etc/py-build-server/` something like:

```
# this file belongs in /etc/py-build-server/config/yaml
#
# Demo entry using all possible config options:
####
# repository_name: # used to identify repo in this program(purely for human purposes)
# dir: /path/to/repository/root
# fetch_frequency: 10 # minutes between checking repository status (default: 10)
# remote: origin # remote name to fetch (default: origin)
# branch: branch_you_wish_to_release # if set, dont upload unless on this branch
# twine_conf:
# username: user # username to authenticate to repository as
# password: pass # password to authenticate to repository with
# repository: # repo to upload to (default: pypi)
# gpg_sign: true|false # sign files to upload using gpg
# gpg_program: # program used to sign uploads(default: gpg)
# gpg_identity: # gpg identity used to sign files
# comment: # comment to include with distribution file
# pypirc_file: # the .pypirc file to use
# skip_existing: true|false # continue uploading if one already exists
```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py-build-server-0.2.5.tar.gz (7.9 kB view details)

Uploaded Source

File details

Details for the file py-build-server-0.2.5.tar.gz.

File metadata

File hashes

Hashes for py-build-server-0.2.5.tar.gz
Algorithm Hash digest
SHA256 7f894bd02e46c73a8bfe89c41dbb932192e6f347a5d91e6b6255ca6fb3c0c379
MD5 6ebe9f443ebdc804e3b6aede69f57c56
BLAKE2b-256 856617d9a3808b43bcce4fff207fdd7442e83b52ce5b19bacaf9eae4224ae0ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page