Skip to content

Commit

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

0 comments on commit d28ebef

Please sign in to comment.