Skip to content

Commit

Permalink
Fix deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed May 11, 2021
1 parent 5abd9ad commit 81427d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 81427d0

Please sign in to comment.