mirror of
https://github.com/cve-search/pyvariot.git
synced 2024-12-26 23:47:29 +00:00
fix: release action
This commit is contained in:
parent
17df93bb5f
commit
f389e2458b
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
environment:
|
environment:
|
||||||
name: pypi
|
name: pypi
|
||||||
url: https://pypi.org/p/pyproject
|
url: https://pypi.org/p/pyvariot
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
|
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
|
||||||
steps:
|
steps:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pyvariot"
|
name = "pyvariot"
|
||||||
version = "0.1.1"
|
version = "0.2.0"
|
||||||
description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases"
|
description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases"
|
||||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||||
license = "BSD-3-Clause"
|
license = "BSD-3-Clause"
|
||||||
|
|
Loading…
Reference in a new issue