Skip to content

Commit

Permalink
fix event_name on publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Bouliane authored and fbouliane committed May 12, 2022
1 parent 1c3d75f commit 0f15010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
.tox/${{ matrix.tox_env }}/bin/python setup.py sdist bdist_wheel
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == 'released'
if: github.event_name == 'release'
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 0f15010

Please sign in to comment.