Skip to content

Commit 8f9c7cf

Browse files
committed
Update build script
1 parent 1fb30b3 commit 8f9c7cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/pypi-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,9 @@ jobs:
3333
mkdir -p try_install
3434
cd try_install
3535
virtualenv venv
36-
venv/bin/pip install ../dist/aiogram-*.whl
37-
venv/bin/python -c "import aiogram; print(aiogram.__version__)"
36+
venv/bin/pip install ../dist/aiogram_cli-*.whl
37+
venv/bin/python -c "import aiogram_cli; print(aiogram_cli.__version__)"
38+
3839
- name: Publish artifacts
3940
uses: actions/upload-artifact@v2
4041
with:
@@ -47,7 +48,7 @@ jobs:
4748
runs-on: ubuntu-latest
4849
environment:
4950
name: pypi
50-
url: https://pypi.org/project/aiogram/
51+
url: https://pypi.org/project/aiogram_cli/
5152
permissions:
5253
id-token: write
5354
steps:

0 commit comments

Comments
 (0)