We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f68c01 + 3093cbb commit 8202108Copy full SHA for 8202108
.github/workflows/publish.yaml
@@ -23,5 +23,5 @@ jobs:
23
- name: Publish
24
env:
25
TWINE_USERNAME: __token__
26
- TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
+ TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
27
run: python -m twine upload dist/*
netbox_config_diff/__init__.py
@@ -2,7 +2,7 @@
2
3
__author__ = "Artem Kotik"
4
__email__ = "miaow2@yandex.ru"
5
-__version__ = "0.1.0"
+__version__ = "1.0.0"
6
7
8
class ConfigDiffConfig(PluginConfig):
0 commit comments