Skip to content

Commit 0f15010

Browse files
Félix Boulianefbouliane
Félix Bouliane
authored andcommitted
fix event_name on publish
1 parent 1c3d75f commit 0f15010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
.tox/${{ matrix.tox_env }}/bin/python setup.py sdist bdist_wheel
3838
- name: Publish a Python distribution to PyPI
3939
uses: pypa/gh-action-pypi-publish@release/v1
40-
if: github.event_name == 'released'
40+
if: github.event_name == 'release'
4141
with:
4242
user: __token__
4343
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)