Skip to content

Commit 3002558

Browse files
authored
drop duplicate version file (#18315)
* link release * drop false file * drop tox
1 parent a0ca2c8 commit 3002558

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

.github/workflows/release-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
signaling:
7272
runs-on: ubuntu-22.04
73-
needs: [release-version]
73+
needs: ["release-version", "build-packages"]
7474
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
7575
env:
7676
TAG: ${{ needs.release-version.outputs.tag }}

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ pip-delete-this-directory.txt
8080

8181
# Unit test / coverage reports
8282
htmlcov/
83-
.tox/
8483
.coverage
8584
.coverage.*
8685
.cache

src/lightning/version.info

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)