Skip to content

Commit b21e681

Browse files
committed
update publish script
1 parent a4206c8 commit b21e681

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
id: latest_version
1616
uses: abatilo/release-info-action@v1.3.0
1717
with:
18-
owner: TwitchIO
18+
owner: PythonistaGuild
1919
repo: TwitchIO
2020

2121
- name: Set up Python
2222
uses: actions/setup-python@v1
2323
with:
24-
python-version: '3.9'
24+
python-version: '3.11'
2525

2626
- name: Install dependencies
2727
run: |

0 commit comments

Comments
 (0)