mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Fix deploy pipeline
This commit is contained in:
parent
5abd9ad0c4
commit
81427d0a8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/testpypi.yml
vendored
2
.github/workflows/testpypi.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
cd try_install
|
||||
virtualenv venv
|
||||
venv/bin/pip install ../dist/aiogram-*.whl
|
||||
venv/bin/python -c "import aiogram; print(__version__)"
|
||||
venv/bin/python -c "import aiogram; print(aiogram.__version__)"
|
||||
- name: Publish artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue