Skip to content

Commit

Permalink
Merge pull request #83 from BloodAxe/develop
Browse files Browse the repository at this point in the history
0.6.0
  • Loading branch information
BloodAxe authored Oct 20, 2022
2 parents 251c591 + 4a4af0b commit c831072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
Expand Down

0 comments on commit c831072

Please sign in to comment.