Skip to content

Commit

Permalink
fix(workflow): fix missing job (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonperron authored May 26, 2024
1 parent ed9e625 commit e404115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
test-pypi-publish:
runs-on: ubuntu-latest
needs:
- release-build
- pre-release-build
permissions:
id-token: write

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python :: 3.10",
]
version = "1.0.1"
version = "1.0.2"
requires-python = ">=3.10"
dependencies = [
"requests>=2.31, < 3",
Expand Down

0 comments on commit e404115

Please sign in to comment.