atlassian / atlassian/asap-authentication-python

Enable automatic PyPI deployment on tag cut

Open
#40 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
26
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Hi,

I just wanted to point you out that there's an option of having new package version automatically deployed to [PyPI deployment](https://docs.travis-ci.com/user/deployment/pypi/) once you release a new tag.

Corresponding section in `.travis.yml` would look as follows:
```yaml
deploy:
on:
tags: true
provider: pypi
distributions: sdist bdist_wheel
user: dblack
password:
secure: [Your encrypted password](https://docs.travis-ci.com/user/encryption-keys/)
```

*Don't forget to [encrypt the password](https://docs.travis-ci.com/user/encryption-keys/).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.