mirror of
https://github.com/cve-search/pyvariot.git
synced 2024-12-01 11:17:22 +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
|
||||
environment:
|
||||
name: pypi
|
||||
url: https://pypi.org/p/pyproject
|
||||
url: https://pypi.org/p/pyvariot
|
||||
permissions:
|
||||
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
|
||||
steps:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "pyvariot"
|
||||
version = "0.1.1"
|
||||
version = "0.2.0"
|
||||
description = "Python CLI and module to query the VARIoT IoT vulnerabilities and exploits databases"
|
||||
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
|
||||
license = "BSD-3-Clause"
|
||||
|
|
Loading…
Reference in a new issue