Skip to content

Commit

Permalink
Merge pull request #15 from ronald-bautista/main
Browse files Browse the repository at this point in the history
uploads tool to PyPI
  • Loading branch information
ronald-bautista authored Mar 21, 2022
2 parents d507f37 + 55a5b99 commit da9582c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,9 @@ jobs:
tag: ${{ github.ref }}
overwrite: true
file_glob: true

- name: Uploads distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,17 @@ Migrates your visiblity information in cloudconformity.com to cloudone.trendmicr
source .venv/bin/activate
```
5) Download the python distribution (.whl file) from this page's asset section: [conformity-migration-tool](../../releases/latest)
6) Install the tool
5) Install the tool
```
pip install conformity_migration_tool-<version>-py3-none-any.whl
pip install conformity-migration-tool
```
7) Configure the tool
6) Configure the tool
```
conformity-migration configure
```
8) If you have AWS accounts, you have the option to use this CLI for updating your `ExternalId`:
7) If you have AWS accounts, you have the option to use this CLI for updating your `ExternalId`:
```
conformity-migration-aws generate-csv <CSV_FILE>
```
Expand All @@ -51,7 +49,7 @@ Migrates your visiblity information in cloudconformity.com to cloudone.trendmicr
conformity-migration-aws update-stack --help
```
9) Run the migration
8) Run the migration
```
conformity-migration run
```
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = conformity-migration-tool
version = 0.7.0
version = 0.7.1
description = Migrates your visiblity information in cloudconformity.com to cloudone.trendmicro.com
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit da9582c

Please sign in to comment.