drop duplicate version file (#18315)

* link release

* drop false file

* drop tox
This commit is contained in:
Jirka Borovec 2023-08-15 18:19:21 +02:00 committed by GitHub
parent a0ca2c8bcd
commit 300255854f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View File

@ -70,7 +70,7 @@ jobs:
signaling:
runs-on: ubuntu-22.04
needs: [release-version]
needs: ["release-version", "build-packages"]
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
env:
TAG: ${{ needs.release-version.outputs.tag }}

1
.gitignore vendored
View File

@ -80,7 +80,6 @@ pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache

View File

@ -1 +0,0 @@
2.1.0dev