Skip to content

Commit

Permalink
remove failing release step
Browse files Browse the repository at this point in the history
Remove failing "upload pypi files to release" step
from deploy job, see
svenstaro/upload-release-action#61
  • Loading branch information
samuelcolvin authored and Nash Taylor committed Jun 24, 2022
1 parent 2e7a8d0 commit 3a6ea7a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,3 @@ jobs:
run: make publish-docs
env:
NETLIFY: ${{ secrets.netlify_token }}

- name: upload pypi files to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: dist/*
tag: ${{ github.ref }}
file_glob: true

0 comments on commit 3a6ea7a

Please sign in to comment.