atlassian / atlassian/asap-authentication-python
Enable automatic PyPI deployment on tag cut
- 主要言語
- Python
- スター
- 26
- フォーク
- 19
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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/).
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
リポジトリの .travis.yml と、暗号化に関する説明を含む、リンクされている Travis CI の PyPI デプロイメントドキュメントから始めてください。タグ付きリリース向けにデプロイメントを設定し、パスワードを公開せずにパッケージが PyPI に公開されることを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- ci-cd, release
- issue の種類
- 機能追加
- 難易度
- 2/5
- 見積もり時間
- 1〜3時間
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 42/100