mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
remove failing release step
Remove failing "upload pypi files to release" step from deploy job, see https://github.com/svenstaro/upload-release-action/issues/61
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user