Skip to content

Commit

Permalink
fixed path to built wheels for PyPI upload
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed Apr 14, 2019
1 parent d28ebef commit 8bbaa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ blocks:
- name: Wheels
commands:
- cache restore wheelhouse-$SEMAPHORE_GIT_BRANCH,wheelhouse-master
- twine upload --config-file $HOME/.pypirc wheelhouse/*.sh
- twine upload --config-file $HOME/.pypirc wheelhouse/hyperscan*.whl
- name: Source distribution
commands:
- cache restore dist-$SEMAPHORE_GIT_BRANCH
Expand Down

0 comments on commit 8bbaa3c

Please sign in to comment.