Skip to content

Commit

Permalink
fix deploy username and doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathf committed Feb 15, 2024
1 parent f15a77b commit 05fcd5b
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,5 +98,5 @@ jobs:

- uses: pypa/[email protected]
with:
user: jonathf
user: __token__
password: ${{ secrets.pypi_password }}
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Usage with a routing engine
>>> sol = problem_instance.solve(exploration_level=5, nb_threads=4)
>>> print(sol.summary.duration)
2344
2698
Installation
------------
Expand Down

0 comments on commit 05fcd5b

Please sign in to comment.