Skip to content

Commit

Permalink
Fix deploy step (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrapin authored Aug 12, 2021
1 parent f3f8920 commit ee3a2ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,9 @@ jobs:
pypi-deploy:
docker:
- image: python:3.6

executor: ubuntu-python37

steps:

- ubuntu_restore_all
Expand Down
2 changes: 1 addition & 1 deletion nevergrad/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
__all__ = ["optimizers", "families", "callbacks", "p", "typing", "errors", "ops"]


__version__ = "0.4.3.post6"
__version__ = "0.4.3.post7"

0 comments on commit ee3a2ee

Please sign in to comment.