Skip to content

Commit

Permalink
Merge remote-tracking branch 'makenew/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 12, 2022
2 parents dea9b15 + 46539e8 commit d841a19
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
34 changes: 17 additions & 17 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ inputs:
runs:
using: composite
steps:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: ${{ inputs.python_version }}
- name: Setup Poetry
uses: gr1n/setup-poetry@v7
with:
poetry-version: ${{ inputs.poetry_version }}
- name: Setup cache
uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: ${{ runner.os }}-poetry-
- name: Install dependencies
shell: bash
run: poetry install
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: ${{ inputs.python_version }}
- name: Setup Poetry
uses: gr1n/setup-poetry@v7
with:
poetry-version: ${{ inputs.poetry_version }}
- name: Setup cache
uses: actions/cache@v2
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: ${{ runner.os }}-poetry-
- name: Install dependencies
shell: bash
run: poetry install
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,15 @@ Installation
------------

This package is registered on the `Python Package Index (PyPI)`_
as pureskillgg_makenew_pyskill_.
as pureskillgg-makenew_pyskill_.

Install it with

::

$ poetry add pureskillgg_makenew_pyskill
$ poetry add pureskillgg-makenew-pyskill

.. _pureskillgg_makenew_pyskill: https://pypi.python.org/pypi/pureskillgg-makenew-pyskill
.. _pureskillgg-makenew-pyskill: https://pypi.python.org/pypi/pureskillgg-makenew-pyskill
.. _Python Package Index (PyPI): https://pypi.python.org/

Development and Testing
Expand Down

0 comments on commit d841a19

Please sign in to comment.