Skip to content

Commit

Permalink
Be less dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonct committed Jul 18, 2024
1 parent be99ce2 commit 0cfad8a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
steps:
# hat tip: <https://github.com/pypa/hatch/issues/669>

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-python@v5
with:
python-version-file: 'pyproject.toml'
Expand All @@ -33,11 +38,6 @@ jobs:
- name: Install Hatch
run: pip install hatch

- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build distribution
run: hatch build --ext

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ authors = [
maintainers = [
{name = "Jip-Hop"},
]
requires-python = "3.11"
requires-python = ">=3.11"

[project.urls]
GitHub = "https://github.com/Jip-Hop/jailmaker"
Expand Down

0 comments on commit 0cfad8a

Please sign in to comment.