Skip to content

Commit e13a4ad

Browse files
[PATCH] Fix another regression for v2.0.7.post2
* fixed another syntax regression Changes in file .github/workflows/CD-PyPi.yml: * added missing colon ':'
1 parent 241fd26 commit e13a4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD-PyPi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
id: build
4646
run: make -j1 -f Makefile build
4747
- name: Publish package distributions to PyPI
48-
if ${{ success() }}
48+
if: ${{ success() }}
4949
uses: pypa/gh-action-pypi-publish@release/v1
5050
with:
5151
skip-existing: true

0 commit comments

Comments
 (0)