Skip to content

Commit

Permalink
chore: fix pypi deploys of api and shared-data (#13793)
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 authored Oct 16, 2023
1 parent 4b78142 commit 791dbe7
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 217 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 791dbe7

Please sign in to comment.