Skip to content

Commit

Permalink
Fixed action matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
howroyd committed Feb 13, 2024
1 parent 2f5e81c commit 4bd19d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
git submodule update --init --recursive
Expand All @@ -50,10 +50,10 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python ${{ matrix.python_version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
git submodule update --init --recursive
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "twitchirc_drgreengiant"
version = "2.0.0"
version = "2.1.0"
authors = [{ name = "Simon Howroyd", email = "[email protected]" }]
description = "A simple receive only Twitch IRC client"
keywords = ["twitch", "irc", "chat"]
Expand Down

0 comments on commit 4bd19d5

Please sign in to comment.