Skip to content

Commit 035b919

Browse files
committed
This should work
1 parent b84cbb2 commit 035b919

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
export PYPI_REGISTRY=https://$SB_API_KEY.pypimirror.stablebuild.com/2023-12-27/
2626
curl https://$SB_API_KEY.httpcache.stablebuild.com/pip-cache-20231228/https://bootstrap.pypa.io/get-pip.py -o get-pip.py && \
27-
python get-pip.py -i $PYPI_REGISTRY "pip==21.3.1" && \
27+
python get-pip.py -i $PYPI_REGISTRY "pip==21.3.1" "setuptools==62.6.0" && \
2828
rm get-pip.py
2929
python -m pip install -i https://$SB_API_KEY.pypimirror.stablebuild.com/2023-01-30/ twine
3030

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ build
66
.DS_Store
77
.venv/
88
.vscode
9-
*.eim
9+
*.eim
10+
.act-secrets

0 commit comments

Comments
 (0)