Skip to content

Commit

Permalink
fix typo in python release CI config (delta-io#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
QP Hou authored Aug 9, 2021
1 parent 4fd43cb commit 7dc0c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
exit 1
fi
release-pypi-manc-windows:
release-pypi-mac-windows:
needs: validate-release-tag
name: PyPI release Mac & Windows
strategy:
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
run: make publish TARGET="x86_64-unknown-linux-gnu" EXTRA_ARGS=""

release-docs:
needs: [validate-release-tag, relesae-pypi-manylinux, release-pypi-mac-windows]
needs: [validate-release-tag, release-pypi-manylinux, release-pypi-mac-windows]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 7dc0c6c

Please sign in to comment.