Skip to content

Commit

Permalink
Restrict uploading only to divik whl
Browse files Browse the repository at this point in the history
  • Loading branch information
gmrukwa committed Dec 29, 2019
1 parent ad49200 commit 873ef67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Build Python package
run: pip wheel . -w dist
- name: Publish Python package
run: twine upload dist/*
run: twine upload dist/divik*whl

push_macos_pypi_package:

Expand Down Expand Up @@ -160,4 +160,4 @@ jobs:
- name: Build Python package
run: pip wheel . -w dist
- name: Publish Python package
run: twine upload dist/*
run: twine upload dist/divik*whl

0 comments on commit 873ef67

Please sign in to comment.