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 committed Dec 29, 2021
1 parent ef46789 commit 2d3d266
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 2d3d266

Please sign in to comment.