We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b25a5cc + a0e16e2 commit f299862Copy full SHA for f299862
.github/workflows/publish-mag-cli.yml
@@ -23,7 +23,7 @@ permissions:
23
contents: read
24
25
jobs:
26
- deploy:
+ release-to-pypi:
27
28
runs-on: ubuntu-latest
29
@@ -41,9 +41,10 @@ jobs:
41
run: |
42
cd mag-cli
43
python -m build
44
+ ls -la ./dist
45
- name: Publish package
46
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
47
with:
- packages-dir: mag-cli/dist/
48
+ packages_dir: mag-cli/dist/
49
user: __token__
50
password: ${{ secrets.PYPI_API_TOKEN }}
mag-cli/README.md
@@ -5,7 +5,7 @@ Command line interface client that helps to manage the different modules of [mag
5
## Install
6
7
```sh
8
-pip install mag
+pip install mag-cli
9
```
10
11
## Usage
0 commit comments