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

Uploaded Source

File details

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

File metadata

File hashes

Hashes for py-build-server-0.2.3.tar.gz
Algorithm Hash digest
SHA256 ce94ecb669385457eddb4460bb690f665c2f2fd45f88abda48571a18f903b1a1
MD5 3e400e29499fa2efeb059dda774e3f5c
BLAKE2b-256 b3595a89214ddaf5c76195fd65cc6968944e9123aaa2dead89ce1f8bc4dd9dd0

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