Skip to content

Commit

Permalink
Try fix pypi-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wakaree committed Aug 21, 2024
1 parent d790435 commit 1f0697f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
mkdir -p try_install
cd try_install
virtualenv venv
venv/bin/pip install ../dist/milkpay-*.whl
venv/bin/python -c "import milkpay; print(milkpay.__version__)"
venv/bin/pip install ../dist/milkpay.cryptopay-*.whl
venv/bin/python -c "import milkpay.cryptopay; print(milkpay.cryptopay.__version__)"
- name: Publish artifacts
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 1f0697f

Please sign in to comment.