Skip to content

Commit

Permalink
Fix publishing packages
Browse files Browse the repository at this point in the history
As recommended in pypa/twine#1216
  • Loading branch information
vmarkovtsev authored Jan 24, 2025
1 parent 6cd771f commit 4b3db38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poolside-nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
run: |
set -x
python -m pip install --upgrade pip
python -m pip install twine
python -m pip install twine==6.1.0 packaging==24.2
sudo npm install -g badgen-cli
- name: Configure AWS credentials for publishing
Expand Down

0 comments on commit 4b3db38

Please sign in to comment.