Skip to content

Commit

Permalink
Try releasing for both python 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jneeven committed Apr 5, 2021
1 parent 963dbc7 commit 581ec88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def requires(filename: str):

setup(
name="paraloop",
version="0.0.1.dev0",
version="0.0.1.dev1",
author="Jelmer Neeven",
author_email="[email protected]",
license="MIT",
Expand Down

0 comments on commit 581ec88

Please sign in to comment.