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

Research direction

Start with the repository's .travis.yml and the linked Travis CI PyPI deployment documentation, including its encryption guidance. Configure deployment for tagged releases and verify that the package is published to PyPI without exposing the password.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
ci-cd, release
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.