Skip to content

Commit

Permalink
Fix Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Apr 10, 2020
1 parent 166c61f commit 63c2f12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish
name: Publish on PyPI

on:
release:
Expand All @@ -8,7 +8,7 @@ env:
POETRY_VERSION: 1.0.5

jobs:
deploy:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -22,7 +22,6 @@ jobs:
cd dist
jq -r ".release.assets[].browser_download_url" "$EVENT_PATH" \
| wget -i -
[[ -e $(command ls -A) ]] # fail if directory empty
- name: Setup Python
uses: actions/setup-python@v1
Expand Down

0 comments on commit 63c2f12

Please sign in to comment.