Skip to content

Commit

Permalink
hot fix frozen python build packages version (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayatsyny authored Feb 20, 2023
1 parent 26a3220 commit cbc8948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install pypa/build
run: >-
python -m
pip install --user --upgrade setuptools wheel twine
pip install --user setuptools==66.0.0 wheel==0.38.4 twine==4.0.2
build
--user
- name: Build a binary wheel and a source tarball
Expand Down

0 comments on commit cbc8948

Please sign in to comment.