Skip to content

Commit

Permalink
Remove faulty step in publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
dobraczka committed Aug 9, 2021
1 parent 1d129c5 commit 30fb60f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
- name: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
id: version
- name: get_release_files
run:
- uses: ncipollo/release-action@v1
with:
artifacts: "dist/*.whl,dist/*.tar.gz"
Expand Down

0 comments on commit 30fb60f

Please sign in to comment.