Commit 9dac5bf0 by Sébastien Eustace

Fix an error when publishing

parent e61fec7a
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
### Fixed ### Fixed
- Fixed wrong wheel being selected when resolving dependencies. - Fixed wrong wheel being selected when resolving dependencies.
- Fixed an error when publishing.
## [0.11.3] - 2018-07-26 ## [0.11.3] - 2018-07-26
......
...@@ -52,7 +52,7 @@ class Publisher: ...@@ -52,7 +52,7 @@ class Publisher:
"Unable to get repository information" "Unable to get repository information"
) )
config = config_file.read(raw=True) config = config_file.read()
if ( if (
"repositories" not in config "repositories" not in config
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment