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.1.1.tar.gz (6.2 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for py-build-server-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a7584c630f039f0605cf0638892e882b1b50312c0867c29ddb870020c5262afa
MD5 aee546290c58f6a0653c216ceedb7cd4
BLAKE2b-256 6a4d9fc2c81f15b584594ade2a672f1a9a38b4e7d25e8a878b7cca0912ce31f1

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