mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
gha: Fix the trigger in the PyPI publication action
This commit is contained in:
parent
284a6a9024
commit
24e60055bc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
|
@ -50,7 +50,7 @@ jobs:
|
|||
python -m build --sdist --wheel --outdir dist/ .
|
||||
|
||||
- name: Publish distribution π¦ to Test PyPI
|
||||
if: github.repository == βElementsProject/lightningβ
|
||||
if: github.repository == 'ElementsProject/lightning'
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
env:
|
||||
WORKDIR: ${{ matrix.WORKDIR }}
|
||||
|
@ -61,7 +61,7 @@ jobs:
|
|||
skip_existing: true
|
||||
|
||||
- name: Publish distribution π¦ to PyPI
|
||||
if: startsWith(github.ref, 'refs/tags') && github.repository == βElementsProject/lightningβ
|
||||
if: startsWith(github.ref, 'refs/tags') && github.repository == 'ElementsProject/lightning'
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
env:
|
||||
WORKDIR: ${{ matrix.WORKDIR }}
|
||||
|
|
Loadingβ¦
Add table
Reference in a new issue