mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 10:11:52 +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
|
cd try_install
|
||||||
virtualenv venv
|
virtualenv venv
|
||||||
venv/bin/pip install ../dist/aiogram-*.whl
|
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
|
- name: Publish artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue