Skip to content

Commit f299862

Browse files
authored
Merge pull request #31 from unicef/fix/publish-mag-cli
Fix/publish mag cli
2 parents b25a5cc + a0e16e2 commit f299862

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/publish-mag-cli.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
contents: read
2424

2525
jobs:
26-
deploy:
26+
release-to-pypi:
2727

2828
runs-on: ubuntu-latest
2929

@@ -41,9 +41,10 @@ jobs:
4141
run: |
4242
cd mag-cli
4343
python -m build
44+
ls -la ./dist
4445
- name: Publish package
4546
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
4647
with:
47-
packages-dir: mag-cli/dist/
48+
packages_dir: mag-cli/dist/
4849
user: __token__
4950
password: ${{ secrets.PYPI_API_TOKEN }}

mag-cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Command line interface client that helps to manage the different modules of [mag
55
## Install
66

77
```sh
8-
pip install mag
8+
pip install mag-cli
99
```
1010

1111
## Usage

0 commit comments

Comments
 (0)