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.
1 parent 0dcbf86 commit 244040bCopy full SHA for 244040b
.github/workflows/cd.yaml
@@ -30,7 +30,6 @@ jobs:
30
poetry install
31
- name: Build package
32
run: |
33
- poetry shell
34
poetry build
35
- name: Upload package
36
uses: pypa/gh-action-pypi-publish@release/v1
@@ -57,7 +56,7 @@ jobs:
57
56
id: meta
58
uses: docker/metadata-action@v5
59
with:
60
- images: ${{ secrets.DOCKERHUB_REPO}}/graphinder
+ images: ${{ secrets.DOCKERHUB_REPO}}/app-cli
61
- name: Build and push
62
uses: docker/build-push-action@v6
63
README.md
@@ -2,7 +2,7 @@
2
3
Run `make`
4
5
-Source your `.venv`: `poetry shell`
+Source your `.venv`: `source .venv/bin/activate`
6
7
If you wish, rename all `app` (including folder names) by the name of your project.
8
0 commit comments