Skip to content

Commit

Permalink
chore: fix pypi deploys of api and shared-data
Browse files Browse the repository at this point in the history
These need to get uploaded to pypi and were not because of some kind of
version conflict in api. With a bit of judicious pipenv relocking all is
well.
  • Loading branch information
sfoster1 committed Oct 16, 2023
1 parent dfb7acb commit 5abe3f4
Show file tree
Hide file tree
Showing 4 changed files with 697 additions and 413 deletions.
3 changes: 1 addition & 2 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ pytest-asyncio = "~=0.18"
pytest-cov = "==2.10.1"
pytest-lazy-fixture = "==0.6.3"
pytest-xdist = "~=2.2.1"
pygments = "==2.9.0"
sphinx = "==5.0.1"
twine = "==2.0.0"
twine = "==4.0.2"
wheel = "==0.30.0"
typeguard = "==2.12.1"
sphinx-substitution-extensions = "==2020.9.30.0"
Expand Down
Loading

0 comments on commit 5abe3f4

Please sign in to comment.