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 1fb30b3 commit 8f9c7cfCopy full SHA for 8f9c7cf
1 file changed
.github/workflows/pypi-release.yml
@@ -33,8 +33,9 @@ jobs:
33
mkdir -p try_install
34
cd try_install
35
virtualenv venv
36
- venv/bin/pip install ../dist/aiogram-*.whl
37
- venv/bin/python -c "import aiogram; print(aiogram.__version__)"
+ venv/bin/pip install ../dist/aiogram_cli-*.whl
+ venv/bin/python -c "import aiogram_cli; print(aiogram_cli.__version__)"
38
+
39
- name: Publish artifacts
40
uses: actions/upload-artifact@v2
41
with:
@@ -47,7 +48,7 @@ jobs:
47
48
runs-on: ubuntu-latest
49
environment:
50
name: pypi
- url: https://pypi.org/project/aiogram/
51
+ url: https://pypi.org/project/aiogram_cli/
52
permissions:
53
id-token: write
54
steps:
0 commit comments