Skip to content

Commit 843c717

Browse files
Twine fix (#3543)
* Try fixing importlib-metadata==7.2.1 * Fixed condition * Restore condition
1 parent 082f383 commit 843c717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ for:
385385
install:
386386
- python --version
387387
- cd sdk/python
388+
- pip install --upgrade importlib-metadata==7.2.1
388389
- pip install --upgrade setuptools wheel twine poetry tomlkit virtualenv
389390
- poetry install
390391

0 commit comments

Comments
 (0)