Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Jan 28, 2023
1 parent 848e4f2 commit f595b71
Show file tree
Hide file tree
Showing 28 changed files with 51 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,13 @@ jobs:
- name: setup publish env
run: |
python -m pip install --upgrade pip
python -m pip install setuptools
python -m pip install wheel
python -m pip install twine
python -m pip install setuptools wheel build twine
- name: build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
run: |
python setup.py sdist bdist_wheel
python -m build
python -m twine upload dist/*
- name: create release branch
uses: peterjgrainger/[email protected]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ dmypy.json

# private dir for notes and such
private/
.private/

# log output
*.log
Expand Down
22 changes: 22 additions & 0 deletions docs/reference/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
* [channel](channel/index.md)
* [async_channel](channel/async_channel.md)
* [base_channel](channel/base_channel.md)
* [sync_channel](channel/sync_channel.md)
* [constants](constants.md)
* [driver](driver/index.md)
* [async_driver](driver/async_driver.md)
* [base_driver](driver/base_driver.md)
* [sync_driver](driver/sync_driver.md)
* [exceptions](exceptions.md)
* [helper](helper.md)
* [response](response.md)
* [transport](transport/index.md)
* [plugins](transport/plugins/index.md)
* [asyncssh](transport/plugins/asyncssh/index.md)
* [transport](transport/plugins/asyncssh/transport.md)
* [paramiko](transport/plugins/paramiko/index.md)
* [transport](transport/plugins/paramiko/transport.md)
* [ssh2](transport/plugins/ssh2/index.md)
* [transport](transport/plugins/ssh2/transport.md)
* [system](transport/plugins/system/index.md)
* [transport](transport/plugins/system/transport.md)
1 change: 1 addition & 0 deletions docs/reference/channel/async_channel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: channel.async_channel
1 change: 1 addition & 0 deletions docs/reference/channel/base_channel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: channel.base_channel
1 change: 1 addition & 0 deletions docs/reference/channel/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: channel
1 change: 1 addition & 0 deletions docs/reference/channel/sync_channel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: channel.sync_channel
1 change: 1 addition & 0 deletions docs/reference/constants.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: constants
1 change: 1 addition & 0 deletions docs/reference/driver/async_driver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: driver.async_driver
1 change: 1 addition & 0 deletions docs/reference/driver/base_driver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: driver.base_driver
1 change: 1 addition & 0 deletions docs/reference/driver/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: driver
1 change: 1 addition & 0 deletions docs/reference/driver/sync_driver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: driver.sync_driver
1 change: 1 addition & 0 deletions docs/reference/exceptions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: exceptions
1 change: 1 addition & 0 deletions docs/reference/helper.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: helper
1 change: 1 addition & 0 deletions docs/reference/response.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: response
1 change: 1 addition & 0 deletions docs/reference/transport/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/asyncssh/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins.asyncssh
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/asyncssh/transport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins.asyncssh.transport
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/paramiko/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins.paramiko
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/paramiko/transport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins.paramiko.transport
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/ssh2/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins.ssh2
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/ssh2/transport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins.ssh2.transport
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/system/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins.system
1 change: 1 addition & 0 deletions docs/reference/transport/plugins/system/transport.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
::: transport.plugins.system.transport
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down Expand Up @@ -87,7 +87,7 @@ asyncio_mode = "auto"

[tool.pylama]
linters = "mccabe,pycodestyle,pylint"
skip = ".nox/*,build/*,docs/*,private/*,site/*,tests/*,venv/*"
skip = ".nox/*,.private/*,build/*,docs/*,private/*,site/*,tests/*,venv/*"

[tool.pylama.pycodestyle]
max_line_length = 100
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mdx-gh-links>=0.2,<1.0
mkdocs>=1.2.3,<2.0.0
mkdocs-gen-files>=0.4.0,<1.0.0
mkdocs-literate-nav>=0.5.0,<1.0.0
mkdocs-material>=8.1.6,<9.0.0
mkdocs-material>=8.1.6,<10.0.0
mkdocs-material-extensions>=1.0.3,<2.0.0
mkdocs-section-index>=0.3.4,<1.0.0
mkdocstrings[python]>=0.19.0,<1.0.0
2 changes: 1 addition & 1 deletion scrapli_netconf/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""scrapli_netconf"""
from scrapli_netconf.driver import AsyncNetconfDriver, NetconfDriver

__version__ = "2022.07.30"
__version__ = "2023.01.30"

__all__ = (
"NetconfDriver",
Expand Down

0 comments on commit f595b71

Please sign in to comment.