Skip to content

Commit

Permalink
update publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmTomahawkx committed Aug 17, 2023
1 parent a4206c8 commit b21e681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
id: latest_version
uses: abatilo/[email protected]
with:
owner: TwitchIO
owner: PythonistaGuild
repo: TwitchIO

- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.9'
python-version: '3.11'

- name: Install dependencies
run: |
Expand Down

0 comments on commit b21e681

Please sign in to comment.