Skip to content

Commit

Permalink
Twine fix (#3543)
Browse files Browse the repository at this point in the history
* Try fixing importlib-metadata==7.2.1

* Fixed condition

* Restore condition
  • Loading branch information
FeodorFitsner authored Jun 25, 2024
1 parent 082f383 commit 843c717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ for:
install:
- python --version
- cd sdk/python
- pip install --upgrade importlib-metadata==7.2.1
- pip install --upgrade setuptools wheel twine poetry tomlkit virtualenv
- poetry install

Expand Down

0 comments on commit 843c717

Please sign in to comment.