Skip to content

Commit

Permalink
action, not type
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Apr 16, 2020
1 parent ee45338 commit 834629e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: |
docker run -v $(pwd):/src quay.io/pypa/manylinux2014_x86_64 /src/python-wheel-build.sh
- name: Publish package
if: github.event_name == 'release' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8' && github.event.type == 'published'
if: github.event_name == 'release' && matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8' && github.event.action == 'published'

uses: pypa/gh-action-pypi-publish@master
with:
Expand Down

0 comments on commit 834629e

Please sign in to comment.