Skip to content

Commit

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

0 comments on commit 285e807

Please sign in to comment.