We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84cbb2 commit 035b919Copy full SHA for 035b919
.github/workflows/publish-to-pypi.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
export PYPI_REGISTRY=https://$SB_API_KEY.pypimirror.stablebuild.com/2023-12-27/
26
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" && \
+ python get-pip.py -i $PYPI_REGISTRY "pip==21.3.1" "setuptools==62.6.0" && \
28
rm get-pip.py
29
python -m pip install -i https://$SB_API_KEY.pypimirror.stablebuild.com/2023-01-30/ twine
30
.gitignore
@@ -6,4 +6,5 @@ build
6
.DS_Store
7
.venv/
8
.vscode
9
-*.eim
+*.eim
10
+.act-secrets
0 commit comments