Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dsschult committed Jan 15, 2025
1 parent 251703c commit 294dba2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: versions
uses: WIPACrepo/wipac-dev-py-versions-action@v2.1
uses: WIPACrepo/wipac-dev-py-versions-action@v2.5

pip-install:
needs: [py-versions]
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[project]
version = 0.0.7
dependencies = ["wipac-rest-tools"]
version = "0.0.7"
dependencies = [
"wipac-rest-tools",
]

[project.optional-dependencies]
tests = [
Expand Down

0 comments on commit 294dba2

Please sign in to comment.