diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e0fb09e..2fafccce 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,13 +34,13 @@ jobs: - name: Check out src from Git uses: actions/checkout@v4 with: - fetch-depth: 0 # needed by setuptools-scm + fetch-depth: 0 # needed by setuptools-scm - name: Build dists run: python -m tox -e pkg - name: Publish to pypi.org - if: >- # "create" workflows run separately from "push" & "pull_request" + if: >- # "create" workflows run separately from "push" & "pull_request" github.event_name == 'release' uses: pypa/gh-action-pypi-publish@release/v1 with: diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index 50143476..0763b07b 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -7,8 +7,8 @@ concurrency: cancel-in-progress: true on: - push: # only publishes pushes to the main branch to TestPyPI - branches: # any integration branch but not tag + push: # only publishes pushes to the main branch to TestPyPI + branches: # any integration branch but not tag - "main" pull_request: @@ -25,7 +25,7 @@ jobs: with: min_python: "3.9" max_python: "3.12" - default_python: "3.9" # used by jobs in other_names + default_python: "3.9" # used by jobs in other_names other_names: | lint pkg @@ -44,7 +44,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - fetch-depth: 0 # needed by setuptools-scm + fetch-depth: 0 # needed by setuptools-scm - name: Install Python uses: actions/setup-python@v5 @@ -60,7 +60,7 @@ jobs: run: | ${{ matrix.PREFIX }} tox run -e ${{ matrix.passed_name }} - check: # This job does nothing and is only used for the branch protection + check: # This job does nothing and is only used for the branch protection if: always() needs: diff --git a/README.md b/README.md index 90ab2e3e..49ffb581 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ This repository contains the following molecule plugins: - podman - vagrant - Installing `molecule-plugins` does not install dependencies specific to each, plugin. To install these you need to install the extras for each plugin, like `pip3 install 'molecule-plugins[azure]'`. diff --git a/test/gce/scenarios/linux/INSTALL.md b/test/gce/scenarios/linux/INSTALL.md index 39c952e0..86c4ad56 100644 --- a/test/gce/scenarios/linux/INSTALL.md +++ b/test/gce/scenarios/linux/INSTALL.md @@ -2,7 +2,7 @@ ## Requirements -- A GCE credentials rc file +- A GCE credentials rc file ## Install @@ -11,9 +11,9 @@ installation best practices. If not using a virtual environment, please consider passing the widely recommended ['--user' flag][] when invoking `pip`. -``` bash +```bash $ pip install 'molecule_gce' ``` - [Virtual environment]: https://virtualenv.pypa.io/en/latest/ - ['--user' flag]: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site +[Virtual environment]: https://virtualenv.pypa.io/en/latest/ +['--user' flag]: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site diff --git a/test/gce/scenarios/windows/INSTALL.md b/test/gce/scenarios/windows/INSTALL.md index 39c952e0..86c4ad56 100644 --- a/test/gce/scenarios/windows/INSTALL.md +++ b/test/gce/scenarios/windows/INSTALL.md @@ -2,7 +2,7 @@ ## Requirements -- A GCE credentials rc file +- A GCE credentials rc file ## Install @@ -11,9 +11,9 @@ installation best practices. If not using a virtual environment, please consider passing the widely recommended ['--user' flag][] when invoking `pip`. -``` bash +```bash $ pip install 'molecule_gce' ``` - [Virtual environment]: https://virtualenv.pypa.io/en/latest/ - ['--user' flag]: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site +[Virtual environment]: https://virtualenv.pypa.io/en/latest/ +['--user' flag]: https://packaging.python.org/tutorials/installing-packages/#installing-to-the-user-site