Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Apr 7, 2020
1 parent 235e8d9 commit a1ef57a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
shell: bash -l {0}
run: |
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload dist/* || true
- name: Publish to conda
shell: bash -l {0}
env:
Expand All @@ -46,4 +46,4 @@ jobs:
env:
TS_KEY: ${{ secrets.TS_KEY }}
TTS_KEY: ${{ secrets.TTS_KEY }}
run: ./conda/deploy.sh
run: ./galaxy/deploy.sh
Empty file modified conda/deploy.sh 100644 → 100755
Empty file.
Empty file modified galaxy/deploy.sh 100644 → 100755
Empty file.

0 comments on commit a1ef57a

Please sign in to comment.