Skip to content

Commit

Permalink
Upgrade publish libraries (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajermaky authored May 2, 2024
1 parent 496f7dd commit 76eb6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools==47.3.0 wheel==0.34.2 twine==3.1.1
python -m pip install setuptools==69.5.1 wheel==0.43.0 twine==5.0.0
- name: Build and publish
env:
Expand Down

0 comments on commit 76eb6ae

Please sign in to comment.