Skip to content

Commit 64ad69c

Browse files
authored
Temporary disable publishing to the PIO registry (earlephilhower#1476)
See RPI's CEO comment platformio/platform-raspberrypi#36 (comment)
1 parent 4def2f2 commit 64ad69c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@ jobs:
1919
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2020
restore-keys: |
2121
${{ runner.os }}-pip-
22-
- name: Cache PlatformIO
23-
uses: actions/cache@v3
24-
with:
25-
path: ~/.platformio
26-
key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
2722
- uses: actions/setup-python@v4
2823
with:
29-
python-version: '3.x'
30-
- name: Install PlatformIO
31-
run: |
32-
python -m pip install --upgrade pip
33-
pip install --upgrade platformio
24+
python-version: '3.x'
25+
# - name: Cache PlatformIO
26+
# uses: actions/cache@v3
27+
# with:
28+
# path: ~/.platformio
29+
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
30+
# - name: Install PlatformIO
31+
# run: |
32+
# python -m pip install --upgrade pip
33+
# pip install --upgrade platformio
3434
- name: Deploy updated JSON
3535
env:
3636
TRAVIS_BUILD_DIR: ${{ github.workspace }}
@@ -43,5 +43,5 @@ jobs:
4343
curl -L -o package_rp2040_index.json "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download/$TAG/package_rp2040_index.json"
4444
./package/update_release.py --token ${CI_GITHUB_API_KEY} --repo "$GITHUB_REPOSITORY" --tag global package_rp2040_index.json
4545
# Upload to Platform.IO
46-
curl -LO $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download/$TAG/rp2040-$TAG.zip
47-
pio package publish rp2040-$TAG.zip --non-interactive
46+
# curl -LO $GITHUB_SERVER_URL/$GITHUB_REPOSITORY/releases/download/$TAG/rp2040-$TAG.zip
47+
# pio package publish rp2040-$TAG.zip --non-interactive

0 commit comments

Comments
 (0)